mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 01:24:03 +00:00
fix(bot): restrict setup admin bootstrap
This commit is contained in:
@@ -148,6 +148,7 @@ function createHouseholdConfigurationRepository(): HouseholdConfigurationReposit
|
||||
isAdmin: input.isAdmin === true
|
||||
}),
|
||||
getHouseholdMember: async () => null,
|
||||
listHouseholdMembers: async () => [],
|
||||
listHouseholdMembersByTelegramUserId: async () => [
|
||||
{
|
||||
id: 'member-123456',
|
||||
|
||||
Reference in New Issue
Block a user