mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
fix(import): data dump already exists
handle the import when there is already an active data dump exists. Resolves #502
This commit is contained in:
@@ -6,6 +6,10 @@ type DataDumpViewModel struct {
|
||||
TotalPages int `json:"total_pages"`
|
||||
}
|
||||
|
||||
type DataDumpResultErrorModel struct {
|
||||
Error string `json:"error"`
|
||||
}
|
||||
|
||||
type DataDumpResultViewModel struct {
|
||||
Data *DataDumpData `json:"data"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user