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

Commit d43b104

Browse files
author
Nick Litwin
committed
Try different error and travis command
1 parent d5d8b93 commit d43b104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/account/login/login.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import angular from 'angular'
1717
WRONG_PASSWORD: false,
1818
SOCIAL_LOGIN_ERROR: false
1919
}
20-
20+
myVar = 5
2121
vm.login = login
2222
vm.socialLogin = socialLogin
2323

app/topcoder.constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import angular from 'angular',
1+
import angular from 'angular'
22

33
angular.module('CONSTANTS', []).constant('CONSTANTS', {
44
'API_URL' : process.env.API_URL,

0 commit comments

Comments
 (0)