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

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-08 18:15:21 -04:00
parent aae4e1ed29
commit d70d54072f
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -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()
}); });