Skip to content
Snippets Groups Projects
Verified Commit 2b21d56f authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added some logging to help debug this problem

parent da2f898d
No related branches found
No related tags found
No related merge requests found
Pipeline #1945 passed with stage
in 5 minutes and 11 seconds
......@@ -104,7 +104,9 @@ export default async function (req: VercelRequest, res: VercelResponse) {
}
}
console.log(`adding sentIds to sendingIds: ${sendingIds}`, ...sentIds);
sendingIds.add(...sentIds);
console.log(`added sentIds: ${sendingIds}`)
configRef.set({
"sentIds": Array.from(sendingIds),
"lastEpoch": new Date().getTime()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment