Skip to content

Commit

Permalink
Fix sonar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-dudarev committed Nov 12, 2024
1 parent 5963f88 commit 1ba3677
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/VirtoCommerce.Platform.Web/wwwroot/js/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ angular.lowercase = function (text) {
angular.module('platformWebApp', AppDependencies).controller('platformWebApp.appCtrl', ['$rootScope', '$scope', 'platformWebApp.mainMenuService',
'platformWebApp.i18n', 'platformWebApp.modulesApi', 'platformWebApp.moduleHelper', '$state', 'platformWebApp.bladeNavigationService', 'platformWebApp.userProfile',
'platformWebApp.settings', 'platformWebApp.common', 'THEME_SETTINGS', 'platformWebApp.webApps', 'platformWebApp.urlHelper',
function ($rootScope, $scope, mainMenuService, i18n, modulesApi, moduleHelper, $state, bladeNavigationService, userProfile, settings, common, THEME_SETTINGS, webApps, urlHelper) {
function ($rootScope, $scope, mainMenuService,
i18n, modulesApi, moduleHelper, $state, bladeNavigationService, userProfile,
settings, common, THEME_SETTINGS, webApps, urlHelper) {

$scope.closeError = function () {
$scope.platformError = undefined;
Expand Down

0 comments on commit 1ba3677

Please sign in to comment.