Skip to content

Commit

Permalink
Linting: renaming and restruction
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderJacob committed Dec 20, 2023
1 parent 6385468 commit 1dfe1b9
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 31 deletions.
2 changes: 1 addition & 1 deletion amd/build/app-lazy.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/build/app-lazy.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amd/src/app-lazy.js

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions amd/src/app-lazy.js.LICENSE.txt

This file was deleted.

4 changes: 2 additions & 2 deletions db/events.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

$observers = [
[
'eventname' => '\local_adele\event\learnpath_created',
'callback' => 'local_adele_observer::course_completed',
'eventname' => '\local_adele\event\learnpath_updated',
'callback' => 'local_adele_observer::learnpath_updated',
],
[
'eventname' => '\core\event\course_completed',
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

$plugin->component = 'local_adele';
$plugin->release = '0.1.0';
$plugin->version = 2023110342;
$plugin->version = 2023110344;
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_ALPHA;
1 change: 0 additions & 1 deletion vue3/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ const store = createStore({
context.commit('setLpUserPathRelation', lpUserPathRelation);
},
async saveUserPathRelation(context, params) {
console.log(params)
const lpUserPathRelation = await ajax('local_adele_save_user_path_relation',
{ params: JSON.stringify(params)});
},
Expand Down

0 comments on commit 1dfe1b9

Please sign in to comment.