Skip to content

Commit

Permalink
chore(NA): fix typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 29, 2020
1 parent 347d4ab commit 00e2593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface MockedProvidedQuery {
export const mockOpenTimelineQueryResults: MockedProvidedQuery[] = [
{
request: {
query: allTimelinesQuery,
query: (allTimelinesQuery as unknown) as GetAllTimeline.Query,
variables: {
onlyUserFavorite: false,
pageInfo: {
Expand Down

0 comments on commit 00e2593

Please sign in to comment.