Skip to content

Commit c84b60e

Browse files
committed
fix typo
1 parent d9ea4af commit c84b60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const mod = {
3535
return fetch(...arguments);
3636
},
3737

38-
_url: (State, path) => console.log(State.baseURL , State.scope, {path}) || `${ State.baseURL }${ `${ State.scope ? '/' + State.scope : '' }/${ path }`.replace(/\/+/g, '/') }`,
38+
_url: (State, path) => `${ State.baseURL }${ `${ State.scope ? '/' + State.scope : '' }/${ path }`.replace(/\/+/g, '/') }`,
3939

4040
storage (State) {
4141
const headers = {

0 commit comments

Comments
 (0)