We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6fa9f commit 8e44cbbCopy full SHA for 8e44cbb
packages/databases-collections/src/modules/create-namespace.ts
@@ -364,7 +364,7 @@ export async function handleFLE2Options(
364
365
export const createNamespace = (
366
data: CreateNamespaceOptions
367
-): CreateNamespaceThunkAction<Promise<void>> => {
+): CreateNamespaceThunkAction<Promise<HandleErrorAction | undefined>> => {
368
return async (
369
dispatch,
370
getState,
0 commit comments