Skip to content

Commit

Permalink
Remove constant
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount committed Dec 22, 2024
1 parent 0f4b5e3 commit e5c6c74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/gui/src/dashboard/utilities/HttpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import isNetworkError from 'is-network-error'
// === Constants ===
// =================

const DEFAULT_TIMEOUT_MS = 10_000
export const FETCH_SUCCESS_EVENT_NAME = 'fetch-success'
export const FETCH_ERROR_EVENT_NAME = 'fetch-error'

Expand Down

0 comments on commit e5c6c74

Please sign in to comment.