Skip to content

Commit

Permalink
add validation
Browse files Browse the repository at this point in the history
  • Loading branch information
MuiseDestiny committed May 11, 2023
1 parent f91f104 commit 79698a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Utils from "./modules/utils";
import { initValidation } from "../../validation/core";

async function onStartup() {
// initValidation(config.addonRef);
initValidation(config.addonRef);
await Promise.all([
Zotero.initializationPromise,
Zotero.unlockPromise,
Expand Down

0 comments on commit 79698a7

Please sign in to comment.