mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-04-26 02:48:54 -05:00
fix: syntax errors in NetworkService.js and en.json causing build failure
This commit is contained in:
@@ -1033,7 +1033,7 @@ class NetworkService {
|
||||
|
||||
async flushQueue() {
|
||||
return this.axiosInstance.post(`/queue/flush`);
|
||||
|
||||
}
|
||||
|
||||
async exportMonitors() {
|
||||
const response = await this.axiosInstance.get("/monitors/export", {
|
||||
|
||||
@@ -786,6 +786,7 @@
|
||||
"failedAtHeader": "Last failed at",
|
||||
"failReasonHeader": "Fail reason"
|
||||
}
|
||||
},
|
||||
"export": {
|
||||
"title": "Export Monitors",
|
||||
"success": "Monitors exported successfully!",
|
||||
|
||||
Reference in New Issue
Block a user