Skip to content

Commit

Permalink
fix: force LMS url to reload when changed
Browse files Browse the repository at this point in the history
 Just change makes it possible if LMS_BASE_URL is updated by
 dynamic config to get the latest value.
  • Loading branch information
ghassanmas committed Apr 20, 2023
1 parent 14f7389 commit 9f3af88
Show file tree
Hide file tree
Showing 18 changed files with 2,483 additions and 6,703 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const config = createConfig('eslint', {
'import/no-named-as-default': 'off',
'import/no-named-as-default-member': 'off',
'import/no-self-import': 'off',
'import/no-import-module-exports': 'off',
'spaced-comment': ['error', 'always', { 'block': { 'exceptions': ['*'] } }],
},
});
Expand Down
Loading

0 comments on commit 9f3af88

Please sign in to comment.