Skip to content

Commit

Permalink
fix: import missing http
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns committed May 27, 2024
1 parent d07995f commit a775ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import cluster from "cluster";
import { cpus } from "os";
import http from "http";

if (cluster.isPrimary) {
for (let i = 0; i < cpus().length; i++) {
Expand Down

0 comments on commit a775ca8

Please sign in to comment.