Skip to content

Commit 2a86008

Browse files
authored
Refactor import statements in plugin-hydrolix-traffic-peak (#866)
Removed redundant import statements for clarity.
1 parent c2e72a5 commit 2a86008

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/articles/plugin-hydrolix-traffic-peak.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,11 @@ file:
6969

7070
```ts title="modules/zuplo.runtime.ts"
7171
import {
72-
ZuploRequest,
73-
HydrolixRequestLoggerPlugin,
74-
HydrolixDefaultEntry,
75-
environment,
76-
} from "@zuplo/runtime";
77-
78-
import {
72+
defaultGenerateHydrolixEntry,
7973
environment,
80-
HydrolixRequestLoggerPlugin,
8174
HydrolixDefaultEntry,
82-
defaultGenerateHydrolixEntry,
75+
HydrolixRequestLoggerPlugin,
76+
RuntimeExtensions,
8377
} from "@zuplo/runtime";
8478

8579
export function runtimeInit(runtime: RuntimeExtensions) {

0 commit comments

Comments
 (0)