docs(changeset): feat(error-manager): implement centralized error reporting system
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
import type { FormerAPICallType } from './Former.types';
|
||||
|
||||
interface ResolveSpecRequest {
|
||||
@@ -65,7 +66,7 @@ function FormerResolveSpecAPI(options: {
|
||||
}
|
||||
|
||||
const data = await response.json();
|
||||
return data as any;
|
||||
return data as unknown;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user