Skip to content

Commit

Permalink
fix(plugin): debug option broken (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlexLichter authored Jul 16, 2020
1 parent b54e965 commit 6bc1295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const createHttpInstance = options => {
const http = new HTTP(options)

// Setup interceptors
<% if (options.debug) { %>setupDebugInterceptor(axios) <% } %>
<% if (options.debug) { %>setupDebugInterceptor(http) <% } %>

return http
}
Expand Down

0 comments on commit 6bc1295

Please sign in to comment.