Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bcameron1231 committed Feb 5, 2024
1 parent 1e2fce7 commit 45fd918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/queryable/queryable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const DefaultMoments = {
send: request<QueryableSendObserver>(),
parse: asyncReduce<QueryableParseObserver>(),
post: asyncReduce<QueryablePostObserver>(),
data: broadcast<QueryableDataObserver>()
data: broadcast<QueryableDataObserver>(),
} as const;

export type QueryableInit = Queryable<any> | string | [Queryable<any>, string];
Expand Down

0 comments on commit 45fd918

Please sign in to comment.