Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
fixed linting in storeservice, failed on travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsivert committed Oct 23, 2018
1 parent 2774e2b commit 89ca4a4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
28 changes: 21 additions & 7 deletions src/angular_frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/angular_frontend/src/app/services/store.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class StoreService {
* To use when you get back to search after editing photos, so it will automatically search with correct params
* No point in having this as a behaviorsubject afaik
*/
public lastSearchedString: string = '';
public lastSearchedString = '';

public photoRouteActive$ = new Subject<boolean>();
public photoModal$ = new BehaviorSubject<[IPhoto[], number]>(null);
Expand Down

0 comments on commit 89ca4a4

Please sign in to comment.