fix correct → collect

This commit is contained in:
tamaina 2024-07-18 00:09:20 +09:00
parent 95918607f4
commit cd19ad694c
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class DeliverManager {
}
//#endregion
//#region correct inboxes by recipes
//#region collect inboxes by recipes
// The value flags whether it is shared or not.
// key: inbox URL, value: whether it is sharedInbox
const inboxes = new Map<string, boolean>();