Skip to content

Commit

Permalink
Merge branch 'master' into transition
Browse files Browse the repository at this point in the history
  • Loading branch information
SlejmUr authored Nov 2, 2023
2 parents c8c7e9a + 8a4375b commit 73679e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PayCheckServerLib/Responses/IAM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ public static bool BulkBasic(HttpRequest request, ServerStruct serverStruct)
response.SetBody(JsonConvert.SerializeObject(bulk));
serverStruct.Response = response.GetResponse();
serverStruct.SendResponse();
return true;
}

[HTTP("POST", "/iam/v3/public/namespaces/{namespace}/users/bulk/platforms")]
Expand Down

0 comments on commit 73679e2

Please sign in to comment.