Skip to content

Commit

Permalink
Remove "node:os" import from telemetry (#5914)
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 authored Jul 12, 2022
1 parent 1ae8218 commit 6ff2ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/telemetry/src/telemetry.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { spawn } from 'child_process'
import os from 'node:os'
import os from 'os'
import path from 'path'

import { getPaths } from '@redwoodjs/internal'
Expand Down

0 comments on commit 6ff2ffa

Please sign in to comment.