mirror of
https://github.com/caprover/caprover
synced 2026-05-29 14:50:55 +00:00
data always present in API response
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ class BaseApi {
|
||||
public data: any
|
||||
|
||||
constructor(private status: number, private description: string) {
|
||||
//
|
||||
this.data = {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user