From b4e890a1ef4e7076b286481dde9addb9a31310bd Mon Sep 17 00:00:00 2001 From: gbubemismith Date: Mon, 23 Dec 2024 18:08:04 -0500 Subject: [PATCH] Completed bulk create action --- src/Api/Vault/Controllers/SecurityTaskController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Vault/Controllers/SecurityTaskController.cs b/src/Api/Vault/Controllers/SecurityTaskController.cs index 88b7aed9c6..47394284c3 100644 --- a/src/Api/Vault/Controllers/SecurityTaskController.cs +++ b/src/Api/Vault/Controllers/SecurityTaskController.cs @@ -1,4 +1,4 @@ -using Bit.Api.Models.Response; +using Bit.Api.Models.Response; using Bit.Api.Vault.Models.Request; using Bit.Api.Vault.Models.Response; using Bit.Core;