| 22 | } |
| 23 | |
| 24 | export interface GetWorkspaceIdentifierError { |
| 25 | type: GetWorkspaceIdentifierErrorType; |
| 26 | message: string; |
| 27 | } |
| 28 | |
| 29 | export function getWorkspaceIdFromReq( |
| 30 | req: FastifyRequest, |
nothing calls this directly
no outgoing calls
no test coverage detected