fix: cursor comments

This commit is contained in:
Piyush Gupta
2025-07-03 22:16:04 +05:30
parent e6fede577d
commit 07e074f8e4

View File

@@ -55,7 +55,7 @@ export const createTagAction = authenticatedActionClient.schema(ZCreateTagAction
ctx.auditLoggingCtx.tagId = result.data.id;
ctx.auditLoggingCtx.newObject = result.data;
} else {
ctx.auditLoggingCtx.oldObject = null;
ctx.auditLoggingCtx.newObject = null;
}
return result;