Skip to content

Commit

Permalink
Update lib/internal/blocklist.js
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <[email protected]>
  • Loading branch information
Lxxyx and aduh95 committed Jan 21, 2021
1 parent 7c57016 commit 4e6458c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/blocklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const {
ERR_INVALID_ARG_VALUE,
} = require('internal/errors').codes;

const { validateString, validateInt32 } = require('internal/validators');
const { validateInt32, validateString } = require('internal/validators');

class BlockList {
constructor(handle = new BlockListHandle()) {
Expand Down

0 comments on commit 4e6458c

Please sign in to comment.