Skip to content

Commit

Permalink
Set usePhantomQuery: true
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Sep 11, 2023
1 parent 1761d4a commit 8c25e2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class PrismaLibsql extends LibsqlQueryable<StdClient> implements DriverAd

async startTransaction(): Promise<Result<Transaction>> {
const options: TransactionOptions = {
usePhantomQuery: false,
usePhantomQuery: true,
}

const tag = '[js::startTransaction]'
Expand Down

0 comments on commit 8c25e2e

Please sign in to comment.