mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
fix: 🐛 prevents an alert from being sent after a new repo has been created
This commit is contained in:
parent
c3b782f434
commit
9d03010278
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ export default async function handler(req, res) {
|
|||
repositoryName: '',
|
||||
status: false,
|
||||
lastSave: 0,
|
||||
lastStatusAlertSend: Math.floor(Date.now() / 1000),
|
||||
alert: alert,
|
||||
storageSize: Number(size),
|
||||
storageUsed: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue