chore: formatting
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kieran 2024-06-17 14:26:38 +01:00
parent 5bd00491f6
commit e26b881297
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -72,7 +72,7 @@ async function initSite() {
});
// cleanup
Relay.delete(["REQ", "cleanup", { kinds: [1, 7, 9735], until: unixNow() - (Day * 30) }]);
Relay.delete(["REQ", "cleanup", { kinds: [1, 7, 9735], until: unixNow() - Day * 30 }]);
return null;
}