fix: add card number fields to zod schemas
This commit is contained in:
@@ -93,6 +93,7 @@ export const create = async (
|
||||
slug: workspaces.slug,
|
||||
description: workspaces.description,
|
||||
plan: workspaces.plan,
|
||||
cardPrefix: workspaces.cardPrefix,
|
||||
});
|
||||
|
||||
if (workspace) {
|
||||
|
||||
Reference in New Issue
Block a user