Skip to content

Commit

Permalink
update sentry file typo (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Van committed Jun 23, 2021
1 parent 504d1ba commit 8f4adcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default class CSGOMatchInfoUtils {
this._sentry_file = this.resolvePath(this._base_path, sentry_path);

if (!fs.existsSync(this._sentry_file)) {
this.updateSentryFile('');
this.sentryFileUpdate('');
}
}

Expand Down

0 comments on commit 8f4adcc

Please sign in to comment.