fix: relocated upgrade script, removed outdated code that called core.api for tokens

This commit is contained in:
Julian Lam
2023-05-10 16:01:48 -04:00
parent f42b636adc
commit 3e6dd78d86
3 changed files with 0 additions and 41 deletions

View File

@@ -124,7 +124,6 @@ Plugins.reload = async function () {
// Core hooks
posts.registerHooks();
meta.configs.registerHooks();
// Deprecation notices
Plugins.hooks._deprecated.forEach((deprecation, hook) => {