Skip to content

Commit

Permalink
fix: undefined api require, @julianlam
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Oct 11, 2020
1 parent a77ba71 commit 931d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/client/groups/details.js
Expand Up @@ -7,8 +7,8 @@ define('forum/groups/details', [
'coverPhoto',
'pictureCropper',
'translator',
'vendor/colorpicker/colorpicker',
'api',
'vendor/colorpicker/colorpicker',
], function (memberList, iconSelect, components, coverPhoto, pictureCropper, translator, api) {
var Details = {};
var groupName;
Expand Down

1 comment on commit 931d44b

@julianlam
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, nice catch 😳 this was due to a merge conflict fix, that I apparently didn't test 😁

Please sign in to comment.