Skip to content

Commit 69fb8ac

Browse files
chore: resolve lint errors
1 parent c939c4f commit 69fb8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hoppscotch-common/src/components/mockServer/CreateMockServer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ const toggleMockServer = async () => {
514514
toast.error(t("error.something_went_wrong"))
515515
loading.value = false
516516
},
517-
(result) => {
517+
() => {
518518
toast.success(
519519
newActiveState
520520
? t("mock_server.mock_server_started")

0 commit comments

Comments
 (0)