Skip to content

Commit

Permalink
Fix oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesnyder committed May 22, 2024
1 parent 47bce85 commit f6b8ac1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
4 changes: 0 additions & 4 deletions dlgr/griduniverse/static/scripts/dist/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dlgr/griduniverse/static/scripts/dist/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dlgr/griduniverse/static/scripts/dist/difi.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dlgr/griduniverse/static/scripts/dist/questionnaire.js.map

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions dlgr/griduniverse/static/scripts/gusocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ import ReconnectingWebSocket from "reconnecting-websocket";

export class GUSocket {
constructor(settings) {
if (!(this instanceof GUSocket)) {
return new GUSocket(settings);
}

const tolerance =
settings.lagTolerance === undefined ? 0.1 : settings.lagTolerance;

Expand Down

0 comments on commit f6b8ac1

Please sign in to comment.