Skip to content

Commit 2a2c2c6

Browse files
committed
updated collection name
1 parent c69a62c commit 2a2c2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/post-index/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ exports.logError = async (logData) => {
287287
await client.connect();
288288
await client
289289
.db("errors")
290-
.collection("test")
290+
.collection("bugs")
291291
.insertOne({ ...logData, ts: new Date() });
292292
await client.close();
293293
return {

0 commit comments

Comments
 (0)