Skip to content

Commit

Permalink
fix: resolve docById undefined error (sugarlabs#4295)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeNikk authored Jan 19, 2025
1 parent 70bec3c commit d08f4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ requirejs.config({
packages: []
});

requirejs(["activity/activity"]);
requirejs(["utils/utils", "activity/activity"]);

0 comments on commit d08f4b9

Please sign in to comment.