Skip to content

Commit

Permalink
Merge pull request #4972 from sunfkny/preview-features
Browse files Browse the repository at this point in the history
Fix deleteFeeds
  • Loading branch information
the1812 authored Oct 31, 2024
2 parents 32b6440 + 8a90a70 commit 21e44f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/lib/components/feeds/del-feeds/check-in-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ const builtInItems: CheckInItem[] = [
},
]

export const [checkInItems] = registerAndGetData('checkInCenter.items', builtInItems)
export const [checkInItems] = registerAndGetData('deleteFeeds.items', builtInItems)

0 comments on commit 21e44f7

Please sign in to comment.