mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-17 07:48:21 +01:00
Forgot const keyword
This commit is contained in:
parent
86a5906574
commit
69b2f91f24
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue