Lint
This commit is contained in:
parent
eb9fadf714
commit
7153c06c63
3 changed files with 9 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
export class SyncResetError extends Error {
|
||||
constructor() {
|
||||
public constructor() {
|
||||
super("Sync was reset");
|
||||
this.name = "SyncResetError";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue