Skip to content

Commit

Permalink
chore: eslint disable global Blob warning #242
Browse files Browse the repository at this point in the history
  • Loading branch information
billchurch committed May 13, 2021
1 parent 9adfa5a commit c1396c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dom.watch()
require('xterm/css/xterm.css')
require('../css/style.css')

/* global Blob, logBtn, credentialsBtn, reauthBtn, downloadLogBtn */
/* global Blob, logBtn, credentialsBtn, reauthBtn, downloadLogBtn */ // eslint-disable-line
let sessionLogEnable = false
let loggedData = false
let allowreplay = false
Expand Down

0 comments on commit c1396c5

Please sign in to comment.