Skip to content

Commit

Permalink
Removed unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Nov 21, 2024
1 parent d93ee6a commit cf874e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions corehq/apps/users/static/users/js/invite_web_user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ hqDefine('users/js/invite_web_user',[
'knockout',
'hqwebapp/js/initial_page_data',
'users/js/custom_data_fields',
'hqwebapp/js/toggles',
'hqwebapp/js/bootstrap3/validators.ko',
'locations/js/widgets',
'commcarehq',
], function (
$,
ko,
initialPageData,
customDataFields,
toggles
customDataFields
) {
'use strict';

Check warning on line 15 in corehq/apps/users/static/users/js/invite_web_user.js

View workflow job for this annotation

GitHub Actions / Lint Javascript

'use strict' is unnecessary inside of modules

Expand Down

0 comments on commit cf874e1

Please sign in to comment.