We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985bc30 commit 28f7ad4Copy full SHA for 28f7ad4
firestore-counter/functions/src/controller.ts
@@ -240,7 +240,7 @@ export class ShardedCounterController {
240
);
241
} catch (err) {
242
console.log("Failed to read worker docs.", err);
243
- throw Error("Failed to reqad worker docs.");
+ throw Error("Failed to read worker docs.");
244
}
245
let shardingInfo: WorkerShardingInfo[] = await Promise.all(
246
query.docs.map(async (worker) => {
0 commit comments