Forgot const keyword

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-09 12:29:18 -04:00
parent 86a5906574
commit 69b2f91f24
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -104,7 +104,7 @@ export default async function (req: VercelRequest, res: VercelResponse) {
}
sendingIds.add(...sentIds);
newSentIds = [];
const newSentIds = [];
newSentIds.push(...sendingIds);
configRef.set({
"sentIds": newSentIds,