Skip to content

Commit b960ed3

Browse files
committed
Remove invalid eslint directives in server actions file
1 parent ec154d5 commit b960ed3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/graph-builder/graph-core/6-server.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class GraphServer extends GraphLoadSave {
5151
// this.setGraphML(graphXML);
5252
// });
5353
// } else {
54-
// // eslint-disable-next-line no-toast.success
5554
// toast.success('Not on server');
5655
// }
5756
// }
@@ -65,7 +64,6 @@ class GraphServer extends GraphLoadSave {
6564

6665
// });
6766
// } else {
68-
// // eslint-disable-next-line no-toast.success
6967
// toast.success('Not on server');
7068
// }
7169
// }
@@ -119,7 +117,6 @@ class GraphServer extends GraphLoadSave {
119117
toast.error(err.response?.data?.message || err.message);
120118
});
121119
} else {
122-
// eslint-disable-next-line no-toast.success
123120
toast.success('Not on server');
124121
}
125122
}
@@ -133,7 +130,6 @@ class GraphServer extends GraphLoadSave {
133130

134131
});
135132
} else {
136-
// eslint-disable-next-line no-toast.success
137133
toast.success('Not on server');
138134
}
139135
}

0 commit comments

Comments
 (0)