(externalId: string)
| 320 | Effect.gen(function* () { |
| 321 | const dir = asDirectory(directory); |
| 322 | const read = (externalId: string) => |
| 323 | admin.getSubjectWithConnections(externalId).pipe(Effect.mapError(readFailed("user"))); |
| 324 | |
| 325 | const subject = yield* identifier.includes("@") |
| 326 | ? Effect.gen(function* () { |