Revert "refactor: Simplify CRUD services to leverage Common API (#157… (#15875)
This reverts commit 11e07f90d2.
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ export abstract class CommonBaseQueryRunnerService<
|
||||
|
||||
if (!isWorkspaceAuthContext(authContext)) {
|
||||
throw new CommonQueryRunnerException(
|
||||
`Invalid auth context: ${JSON.stringify(authContext)}`,
|
||||
'Invalid auth context',
|
||||
CommonQueryRunnerExceptionCode.INVALID_AUTH_CONTEXT,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user