Skip to content

Commit

Permalink
fix: correct types
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Mar 22, 2024
1 parent 751c6bb commit 9767c78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/createPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export const createPool = async (
connect: () => {
return connection;
},
};
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} as any;

poolStateMap.set(internalPool, {
ended: false,
Expand Down

0 comments on commit 9767c78

Please sign in to comment.