Skip to content

Commit cb12d69

Browse files
committed
remove trailing comma
1 parent 3aee7f7 commit cb12d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/listings/listings.controller.js

Lines changed: 2 additions & 2 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,7 +8,7 @@ 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,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy