mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 17:44:03 +00:00
feat(member): add away billing policies
This commit is contained in:
@@ -203,6 +203,12 @@ function createRepositoryStub() {
|
||||
},
|
||||
async updateHouseholdMemberStatus() {
|
||||
return null
|
||||
},
|
||||
async listHouseholdMemberAbsencePolicies() {
|
||||
return []
|
||||
},
|
||||
async upsertHouseholdMemberAbsencePolicy() {
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user