Skip to content

Commit

Permalink
Fix deleteFeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfkny committed Oct 22, 2024
1 parent 32b6440 commit 8a90a70
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 8a90a70

Please sign in to comment.