Skip to content

Commit 23a76d8

Browse files
revert: remove incorrect type adjustment
1 parent 91310e1 commit 23a76d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ export type Project = {
783783
feedSources: Array<Feed>,
784784
id: string,
785785
isCreating?: boolean,
786-
labelIds: Array<string>,
786+
labels: Array<Label>,
787787
lastUpdated: number | string,
788788
name: string,
789789
organizationId: ?string,

0 commit comments

Comments
 (0)