Skip to content

Commit

Permalink
fix: 🐛 remove duplicate enums import
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Aug 18, 2023
1 parent 998f26e commit f028fd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/metadata-files/manifest.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { platform } = require("os");
const { copyFile, readdir } = require("fs").promises;
const { join } = require("path");
const { kombuchaEnums } = require("../others/analytics/analytics-enums");
let openedEdit = false;

// opendropdown event listeners
Expand Down

0 comments on commit f028fd3

Please sign in to comment.