Skip to content

Commit fbb2d77

Browse files
author
mongkok
committed
Added missed semicolon
1 parent 40fad19 commit fbb2d77

File tree

1 file changed

+1
-1
lines changed
  • graphiql_debug_toolbar/static/graphiql_debug_toolbar/js

1 file changed

+1
-1
lines changed

graphiql_debug_toolbar/static/graphiql_debug_toolbar/js/parse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333

3434
delete data.debugToolbar;
3535
return data;
36-
}
36+
};
3737
})(JSON);

0 commit comments

Comments
 (0)