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

Commit 2085201

Browse files
committed
docs(cookbook/graphql): fix lint error
1 parent e7d59e9 commit 2085201

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/docs/_examples/heroes-graphql/ts/src/app/hero-search.component.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ export class HeroSearchComponent implements OnInit {
5555
id
5656
name
5757
}
58-
}
59-
`,
58+
}`,
6059
variables: {
6160
search: this.searchTerms
6261
.debounceTime(300) // wait 300ms after each keystroke before considering the term

0 commit comments

Comments
 (0)