Skip to content

Commit

Permalink
[mirotalksfu] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 29, 2025
1 parent f015ab5 commit 9f10056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/HtmlInjector.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const fs = require('fs');

const Logger = require('./Logger');

const log = new Logger('HtmlInjection');
const log = new Logger('HtmlInjector');

class HtmlInjector {
constructor(filesPath, config) {
Expand Down

0 comments on commit 9f10056

Please sign in to comment.