Skip to content

Commit

Permalink
fix(core): fix debug caller issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Feb 25, 2022
1 parent 02c0ee7 commit d2f0f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { ResourceType } from "./resource"

import Debug from './debug'
const debug = Debug()
const debug = Debug('query')

interface QueryParamsRetrieve {
include?: string[]
Expand Down

0 comments on commit d2f0f81

Please sign in to comment.