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

Finally fixed send-note, argh! I hope...

parent aae4e1ed
No related branches found
No related tags found
No related merge requests found
Pipeline #1937 passed with stage
in 1 minute and 38 seconds
...@@ -104,8 +104,9 @@ export default async function (req: VercelRequest, res: VercelResponse) { ...@@ -104,8 +104,9 @@ export default async function (req: VercelRequest, res: VercelResponse) {
} }
} }
sentIds.push(sendingIds);
configRef.set({ configRef.set({
"sentIds": sentIds.concat(sendingIds), "sentIds": sentIds,
"lastEpoch": new Date().getTime() "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