add status 9, statusToast bugfix
This commit is contained in:
@@ -31,7 +31,7 @@ export interface AdminMessage {
|
||||
|
||||
export interface StationStatus {
|
||||
type: "station-status";
|
||||
status: "5";
|
||||
status: string;
|
||||
message: string;
|
||||
data?: {
|
||||
stationId: number;
|
||||
|
||||
Reference in New Issue
Block a user