Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Feb 25, 2025
1 parent a2dca5d commit 6bb1851
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type {
DenyList,
OceanNodeConfig,
OceanNodeKeys,
OceanNodeDockerConfig,
AccessListContract
} from '../@types/OceanNode'
import { dhtFilterMethod } from '../@types/OceanNode.js'
Expand Down Expand Up @@ -36,7 +35,6 @@ import { create256Hash } from './crypt.js'
import { isDefined } from './util.js'
import { fileURLToPath } from 'url'
import path from 'path'
import { isDefined } from './util.js'

// usefull for lazy loading and avoid boilerplate on other places
let previousConfiguration: OceanNodeConfig = null
Expand Down

0 comments on commit 6bb1851

Please sign in to comment.