Skip to content

Commit

Permalink
fix: presubmit error
Browse files Browse the repository at this point in the history
  • Loading branch information
alkatrivedi committed Apr 5, 2024
1 parent 943bab4 commit 9038541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ export interface GetIamPolicyOptions {

/**
* @typedef {object} GetTransactionOptions
* * @property {boolean} [optimisticLock] The maximum amount of time (in ms) that a
* {@link Transaction} should be ran for.
* * @property {boolean} [optimisticLock] The optimistic lock a
* {@link Transaction} should use while running.
*/
interface GetTransactionOptions extends RunTransactionOptions {
optimisticLock?: boolean;
Expand Down

0 comments on commit 9038541

Please sign in to comment.