Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-artuso authored and Papooch committed Jan 26, 2024
1 parent 5420261 commit b018377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TransactionalAdapter } from '@nestjs-cls/transactional';
import { IDatabase, ITask } from 'pg-promise';

export type PgPromiseDbOrTx = IDatabase<unknown> | ITask<unknown>;
export type PgPromiseDbOrTx = IDatabase<unknown>;

type TxOptions = Parameters<PgPromiseDbOrTx['tx']>[0];

Expand Down

0 comments on commit b018377

Please sign in to comment.