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 18, 2023
1 parent 5e716ec commit 9791014
Show file tree
Hide file tree
Showing 20 changed files with 2,482 additions and 6,699 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 9791014

Please sign in to comment.