We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ffb11 commit 9ba5841Copy full SHA for 9ba5841
1 file changed
src/http/HTTP.ts
@@ -56,7 +56,7 @@ class HTTP {
56
}
57
58
59
- throw new FortniteAPIError(e.response.data, config, e.response.status);
+ throw new FortniteAPIError(e.response.data, e.config ?? config, e.response.status);
60
61
62
throw e;
0 commit comments