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

Commit a4e87be

Browse files
author
Nick Litwin
committed
Enforce linting and fail early with travis scripts
1 parent dce9fa2 commit a4e87be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
myVar = 5
20+
2121
vm.login = login
2222
vm.socialLogin = socialLogin
2323

0 commit comments

Comments
 (0)