(m: { userId: string; serverId: string })
| 65 | } |
| 66 | |
| 67 | const getLookupKey = (m: { userId: string; serverId: string }) => |
| 68 | `${m.userId}-${m.serverId}`; |
| 69 | |
| 70 | // TODO: Ew 🤮 |
| 71 | const authorServerSettingsLookup = new Map( |
no outgoing calls
no test coverage detected