Skip to content

Commit 796e12f

Browse files
authored
chore: fix return typing of topic() (#173)
2 parents 4ca1864 + 16c6a33 commit 796e12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/topic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ export const topic = make(TopicResource) as <
146146
T extends Record<string, any> = Record<string, any>
147147
>(
148148
name: string
149-
) => TopicResource<NitricEvent<T>>;
149+
) => TopicResource<T>;

0 commit comments

Comments
 (0)