prettier fixes #16
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export class AccountLimitError extends Error {
|
||||
constructor(message: string) {
|
||||
super(message);
|
||||
Object.setPrototypeOf(this, AccountLimitError.prototype);
|
||||
super(message);
|
||||
Object.setPrototypeOf(this, AccountLimitError.prototype);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user