fix(pockethost): fix mothership welcome message notification error

This commit is contained in:
Ben Allfree 2024-07-31 06:10:17 -04:00
parent aa1e2bee6e
commit ad4a6ff8bf

View File

@ -27,6 +27,5 @@ onModelBeforeUpdate((e) => {
newModel.set(`welcome`, new DateTime())
} catch (e) {
audit(`ERROR`, `${e}`, { log, dao, extra: { user: newModel.getId() } })
throw e
}
}, 'users')