mirror of
https://github.com/caprover/caprover
synced 2026-08-24 16:36:29 +00:00
Updated packages (#2165)
* Updated packages * Updated packages * Fixed formatting * Fixed tests
This commit is contained in:
+4
-1
@@ -1,7 +1,10 @@
|
||||
class BaseApi {
|
||||
public data: any
|
||||
|
||||
constructor(public status: number, public description: string) {
|
||||
constructor(
|
||||
public status: number,
|
||||
public description: string
|
||||
) {
|
||||
this.data = {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user