Skip to content

Commit 64ac2ab

Browse files
committedJun 1, 2020
rever the lint test check code
1 parent 28e8287 commit 64ac2ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎buildspec-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ phases:
1313
build:
1414
commands:
1515
- echo Build started on `date`
16-
- aws sns publish --topic-arn $NOTIFIER_TOPIC --message "practera-app-v2-dev-lint for $CODEBUILD_SOURCE_VERSION"
16+
- aws sns publish --topic-arn $NOTIFIER_TOPIC --message "practera-app-v2-dev-lint starts for $CODEBUILD_SOURCE_VERSION"
1717
- lintresult=$(ng lint --format=verbose)
1818
post_build:
1919
commands:

‎src/app/shared/components/contact-number-form/contact-number-form.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export class ContactNumberFormComponent implements OnInit {
119119
let number = contactNum.substring(3);
120120
this.contactNumber = this._separeteContactNumber(number);
121121

122-
switch (prefix) {
122+
switch (prefix) {
123123
case '+61':
124124
this._setCountry('AUS');
125125
return;

0 commit comments

Comments
 (0)
Please sign in to comment.