Overwrite log files

This commit is contained in:
Henrik Hüttemann
2023-09-14 16:52:35 +02:00
parent 9c9dd97f33
commit a276d8f8a2
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -83,7 +83,9 @@ async function removeExcessRoomMembers() {
)
const memberMapping = await getMappingByMatrixId(actualMember)
if (!memberMapping || !memberMapping.accessToken) {
throw new Error(`Could not find access token for member ${actualMember}, this is a bug`)
throw new Error(
`Could not find access token for member ${actualMember}, this is a bug`
)
}
await axios.post(