Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c514513

Browse files
committed
fixing linting errors
1 parent e59fe15 commit c514513

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/listings/listings.controller.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import angular from 'angular'
2-
import { loadUser, getCurrentUser } from '../services/userv3.service.js'
2+
import { loadUser } from '../services/userv3.service.js'
33

44
(function () {
55
'use strict'
@@ -8,12 +8,11 @@ import { loadUser, getCurrentUser } from '../services/userv3.service.js'
88

99
ListingsCtrl.$inject = ['CONSTANTS', 'logger', '$q','TcAuthService', 'UserService',
1010
'UserStatsService', 'ProfileService', 'ChallengeService',
11-
'ExternalAccountService', 'ngDialog', '$anchorScroll', '$scope',
11+
'ExternalAccountService', 'ngDialog', '$anchorScroll', '$scope'
1212
]
1313

1414
function ListingsCtrl(CONSTANTS, logger, $q, TcAuthService, UserService, UserStatsService, ProfileService,
1515
ChallengeService, ExternalAccountService, ngDialog, $anchorScroll, $scope) {
16-
var vm = this
1716

1817
activate()
1918

app/listings/listings.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { ChallengeFiltersExample } from 'appirio-tech-react-components'
1212
'tcUIComponents',
1313
'angularSlideables',
1414
'ngDialog',
15-
'react',
15+
'react'
1616
]
1717

1818
angular.module('tc.listings', dependencies)

0 commit comments

Comments
 (0)