Skip to content

Commit

Permalink
remove val
Browse files Browse the repository at this point in the history
  • Loading branch information
MuiseDestiny committed May 10, 2023
1 parent 69d8e9d commit fdb67da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { config } from "../package.json";
import { getString, initLocale } from "./modules/locale";
import Views from "./modules/views";
import Utils from "./modules/utils";
import { Validation } from "../../src/modules/validation";
// import { Validation } from "../../src/modules/validation";

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

0 comments on commit fdb67da

Please sign in to comment.