Skip to content

Commit

Permalink
fix: remove node: prefix (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsctx authored Nov 27, 2023
1 parent 02807b6 commit 6298bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handler/RetryHandler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const assert = require('node:assert')
const assert = require('assert')

const { kRetryHandlerDefaultRetry } = require('../core/symbols')
const { RequestRetryError } = require('../core/errors')
Expand Down

0 comments on commit 6298bfa

Please sign in to comment.