Skip to content

Commit

Permalink
fix: rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-hui committed May 13, 2020
1 parent ec2af9f commit b7c4456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/src/write-batch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ function validateUpdatePrecondition(
arg: string | number,
value: unknown,
options?: RequiredArgumentOptions
): void {
): asserts value is {lastUpdateTime?: Timestamp} {
if (!validateOptional(value, options)) {
validatePrecondition(arg, value, /* allowExists= */ false);
}
Expand Down

0 comments on commit b7c4456

Please sign in to comment.