Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
somebody1234 committed Aug 9, 2023
1 parent 479451f commit e96174e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/ide-desktop/lib/content/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ const SERVICE_WORKER_PATH = './serviceWorker.js'
const SECOND = 1000
/** Time in seconds after which a `fetchTimeout` ends. */
const FETCH_TIMEOUT = 300
/** The URL parameter name of the "Project Manager URL" parameter.
* This MUST be changed if the corresponding option in
* `content-config/src/config.json` is changed. */
const PROJECT_MANAGER_URL_PARAMETER_NAME = 'engine.projectManagerUrl'

// ===================
// === Live reload ===
Expand Down

0 comments on commit e96174e

Please sign in to comment.