From c98868defa6cb18a295979bf1989c52771cfc967 Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Thu, 5 Dec 2024 15:31:08 +0900 Subject: [PATCH] update action --- src/types/action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/action.ts b/src/types/action.ts index 1c3d03f..1711062 100644 --- a/src/types/action.ts +++ b/src/types/action.ts @@ -4,7 +4,7 @@ export enum ActivityType { "Update" = "U", "Delete" = "D", "Restore" = "T", - "Download" = "D", + "Download" = "W", "Login" = "I", "Logout" = "O", }; \ No newline at end of file