Skip to content

Commit

Permalink
clean up and leftovers from content as data PR (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 2, 2024
1 parent b135280 commit 7c9f498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/data/client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const CONTENT_STATE = globalThis.__CONTENT_AS_DATA_STATE__ ?? false; // eslint-disable-line no-underscore-dangle
const PORT = globalThis?.__CONTENT_SERVER__?.PORT ?? 1985; // eslint-disable-line no-underscore-dangle
const PORT = globalThis?.__CONTENT_SERVER__?.PORT ?? 1984; // eslint-disable-line no-underscore-dangle
const BASE_PATH = globalThis?.__GWD_BASE_PATH__ ?? ''; // eslint-disable-line no-underscore-dangle

async function getContentAsData(key = '') {
Expand Down

0 comments on commit 7c9f498

Please sign in to comment.