db: remove remaining storage.loadX calls

This commit is contained in:
Harvey Tindall
2023-06-25 20:18:40 +01:00
parent ea0598e507
commit e1c215b72e
4 changed files with 0 additions and 13 deletions
-1
View File
@@ -116,7 +116,6 @@ func (rt *housekeepingDaemon) run() {
break
}
started := time.Now()
rt.app.storage.loadInvites()
for _, job := range rt.jobs {
job(rt.app)