Skip to content

Commit

Permalink
linter stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Jun 13, 2024
1 parent 5a7b539 commit c156107
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/src/client/services/media/objects/Channel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export class Channel {
}

setPrefferedFadeTime(fadeTime) {
console.log('Setting preffered fade time to', fadeTime);
this.prefferedFadeTime = fadeTime;
}

Expand Down
2 changes: 1 addition & 1 deletion client/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import eslint from 'vite-plugin-eslint';

// some prototype
// eslint-disable-next-line no-extend-native
Array.prototype.some = function (fun) {
Array.prototype.some = function someMatchUtil(fun) {
const len = this.length;
for (let i = 0; i < len; i += 1) {
if (fun(this[i], i, this)) {
Expand Down

0 comments on commit c156107

Please sign in to comment.