Skip to content

Commit 96afaea

Browse files
committed
Add type to API initialiser
1 parent eced05a commit 96afaea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/feed.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,6 @@ export const FeedApi = ({ database }: { database: InternalDatabase }) => {
136136
all,
137137
};
138138
};
139+
FeedApi.type = type;
139140

140141
export default Feed;

0 commit comments

Comments
 (0)