Revert "*Move api data"

This reverts commit b39d81d20c.
This commit is contained in:
Derrick Hammer 2022-03-26 18:45:20 -04:00
parent b39d81d20c
commit 5ab05945cd
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
// eslint-disable-next-line no-undef
const apiMetadata = require("./api-metadata.json");
const apiMetadata = require("../api-metadata.json");
if (typeof globalThis.browser === "undefined" || Object.getPrototypeOf(globalThis.browser) !== Object.prototype) {
const CHROME_SEND_MESSAGE_CALLBACK_NO_RESPONSE_MESSAGE = "The message port closed before a response was received.";