Skip to content

Commit cf7ed79

Browse files
author
Lauren Long
committed
Ran npm build
1 parent f709c97 commit cf7ed79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore-counter/functions/lib/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class ShardedCounterController {
201201
}
202202
catch (err) {
203203
console.log("Failed to read worker docs.", err);
204-
throw Error("Failed to reqad worker docs.");
204+
throw Error("Failed to read worker docs.");
205205
}
206206
let shardingInfo = yield Promise.all(query.docs.map((worker) => __awaiter(this, void 0, void 0, function* () {
207207
const slice = worker.get("slice");

0 commit comments

Comments
 (0)