🐛 Fix StatusCode not being used properly

This commit is contained in:
ajnart
2023-03-02 19:57:24 +09:00
parent 05423440f3
commit 1dd205c441
2 changed files with 2 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ interface AppBehaviourType {
interface AppNetworkType {
enabledStatusChecker: boolean;
okStatus: number[];
statusCodes: string[];
}
interface AppAppearanceType {