We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930609e commit d571934Copy full SHA for d571934
1 file changed
handwritten/datastore/src/transaction.ts
@@ -445,8 +445,8 @@ class Transaction extends DatastoreRequest {
445
}
446
447
run(options?: RunOptions): Promise<RunResponse>;
448
- run(callback?: RunCallback): void;
449
- run(options?: RunOptions, callback?: RunCallback): void;
+ run(callback: RunCallback): void;
+ run(options: RunOptions, callback: RunCallback): void;
450
/**
451
* Begin a remote transaction. In the callback provided, run your
452
* transactional commands.
0 commit comments