Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
willroberts committed Sep 13, 2022
1 parent 52819e1 commit 0b515b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/common/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function redirect() {
let redirectUrl = process.env.LANDING_PAGE_URL;
if (redirectUrl === '') {
redirectUrl = '/';
};
}
debug(`redirect to ${redirectUrl}`);
Storage.set('redirected', true);
return window.location.replace(redirectUrl);
Expand Down
1 change: 0 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import * as upload from './gulp/upload';
import * as desktop from './gulp/desktop';
import * as git from './gulp/git';
import * as docker from './gulp/docker';
import * as shop from './gulp/shop';
import * as localization from './gulp/localization';
// import * as cdn from './gulp/cdn'
import {
Expand Down

0 comments on commit 0b515b8

Please sign in to comment.