mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 22:14:02 +00:00
fix(bot): restrict setup admin bootstrap
This commit is contained in:
@@ -64,6 +64,7 @@ function onboardingRepository(): HouseholdConfigurationRepository {
|
||||
isAdmin: input.isAdmin === true
|
||||
}),
|
||||
getHouseholdMember: async () => null,
|
||||
listHouseholdMembers: async () => [],
|
||||
listHouseholdMembersByTelegramUserId: async () => [],
|
||||
listPendingHouseholdMembers: async () => [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user