Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit c6b8b6c

Browse files
author
Amir Hossein Shekari
authored
Delete unsure import
delete `const url = require('url'); `
1 parent ec5ca47 commit c6b8b6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/models/base.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const request = require('request-promise-native');
2-
const url = require('url');
32
const async = require('async');
43
const crypto = require('crypto');
54
const throttle = require('throttled-queue')(10, 1000);

0 commit comments

Comments
 (0)