Fixed the activity field mapping

This commit is contained in:
Roman Perekhod
2024-11-18 15:20:15 +01:00
parent 8a903991b8
commit 46a95b4176
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ func getFolderName(ctx context.Context, gwc gateway.GatewayAPIClient, ref *provi
func mapField(val string) string {
switch val {
case "TYPE_PERMISSIONS", "permission":
case "TYPE_PERMISSIONS", "permission", "permissions":
return StrPermission
case "TYPE_PASSWORD", "password":
return StrPassword