mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 20:44:02 +00:00
feat(member): add away billing policies
This commit is contained in:
@@ -337,6 +337,14 @@ function createRepositoryStub() {
|
||||
}
|
||||
members.set(`${householdId}:${member.telegramUserId}`, next)
|
||||
return next
|
||||
},
|
||||
|
||||
async listHouseholdMemberAbsencePolicies() {
|
||||
return []
|
||||
},
|
||||
|
||||
async upsertHouseholdMemberAbsencePolicy() {
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user