From 280f7d793a928a9bfd2bc942d42c0dbdc994514d Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Wed, 27 Nov 2024 17:25:19 +0700 Subject: [PATCH] restore T --- src/controllers/user_activity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/user_activity.ts b/src/controllers/user_activity.ts index ed4caad..78d0a15 100644 --- a/src/controllers/user_activity.ts +++ b/src/controllers/user_activity.ts @@ -117,7 +117,7 @@ export class UserActivityController { #swagger.requestBody = { required: true, - description: "Use this to fill action Create = C, View = V, Update = U, Delete = D, Restore = T ", + description: "Use this to fill action Create = C, View = V, Update = U, Delete = D, Restore = T", content: { "application/json": { schema: {