mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-17 07:48:21 +01:00
grrr
This commit is contained in:
parent
9031125f67
commit
da2f898d45
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ export default async function (req: VercelRequest, res: VercelResponse) {
|
||||||
|
|
||||||
sendingIds.add(...sentIds);
|
sendingIds.add(...sentIds);
|
||||||
configRef.set({
|
configRef.set({
|
||||||
"sentIds": Array.from(sendingIds);,
|
"sentIds": Array.from(sendingIds),
|
||||||
"lastEpoch": new Date().getTime()
|
"lastEpoch": new Date().getTime()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue