Skip to content

Commit c90acb2

Browse files
committed
fix: update error
1 parent cd0b855 commit c90acb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class BadRequestError extends OtomiError {
7272
}
7373
export class ApiLockedError extends OtomiError {
7474
public constructor(err?: string) {
75-
super('Api is locked. A git migration has completed. No further changes are accepted.', err)
75+
super('Api is locked. No further changes are accepted.', err)
7676
this.code = 503
7777
}
7878
}

0 commit comments

Comments
 (0)