mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-15 14:38:03 +02:00
Fix all 93 ESLint issues (3 errors, 90 warnings) (#666)
This commit is contained in:
@@ -9,7 +9,7 @@ import User from "./User";
|
||||
* Custom error message
|
||||
*/
|
||||
export default class AnonymousError extends CustomError {
|
||||
value?: any;
|
||||
value?: unknown;
|
||||
httpStatus?: number;
|
||||
cause?: Error;
|
||||
|
||||
@@ -18,7 +18,7 @@ export default class AnonymousError extends CustomError {
|
||||
opt?: {
|
||||
httpStatus?: number;
|
||||
cause?: Error;
|
||||
object?: any;
|
||||
object?: unknown;
|
||||
}
|
||||
) {
|
||||
super(message);
|
||||
|
||||
Reference in New Issue
Block a user