Generic Commit; Most likely a fix or small feature
This commit is contained in:
6
dist/fastify.js
vendored
6
dist/fastify.js
vendored
@@ -1,3 +1,9 @@
|
||||
export class API_Error {
|
||||
error;
|
||||
constructor(error) {
|
||||
this.error = error;
|
||||
}
|
||||
}
|
||||
export class BaseClient {
|
||||
axiosInstance;
|
||||
constructor(axiosInstance) {
|
||||
|
||||
Reference in New Issue
Block a user