Skip to content

Commit 28f7ad4

Browse files
jnloparlaurenzlong
authored andcommitted
chore(firestore-counter): typo fix (#127)
s/reqad/read
1 parent 985bc30 commit 28f7ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore-counter/functions/src/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export class ShardedCounterController {
240240
);
241241
} catch (err) {
242242
console.log("Failed to read worker docs.", err);
243-
throw Error("Failed to reqad worker docs.");
243+
throw Error("Failed to read worker docs.");
244244
}
245245
let shardingInfo: WorkerShardingInfo[] = await Promise.all(
246246
query.docs.map(async (worker) => {

0 commit comments

Comments
 (0)