Skip to content

Commit

Permalink
try dynamic import
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner committed Aug 20, 2024
1 parent ae5ff72 commit 7df4f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-server/src/cdp/async-function-executor.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import cyclotron from 'cyclotron-node'
const cyclotron = require('cyclotron-node')
import { Histogram } from 'prom-client'

import { buildIntegerMatcher } from '../config/config'
Expand Down
2 changes: 1 addition & 1 deletion plugin-server/src/cdp/cdp-consumers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { captureException } from '@sentry/node'
import cyclotron from 'cyclotron-node'
const cyclotron = require('cyclotron-node')
import { features, librdkafkaVersion, Message } from 'node-rdkafka'
import { Counter, Histogram } from 'prom-client'

Expand Down

0 comments on commit 7df4f1a

Please sign in to comment.