1
0
mirror of https://github.com/bitwarden/server synced 2026-01-19 08:53:57 +00:00

add FIXME to remove unused constructor argument

This commit is contained in:
✨ Audrey ✨
2025-07-01 08:41:55 -04:00
parent 360a3dacf1
commit 7b0b94950e

View File

@@ -26,6 +26,7 @@ public class SendAccessResponseModel : ResponseModel
/// <exception cref="ArgumentException">
/// Thrown when <paramref name="send" /> has an invalid <see cref="Send.Type"/>.
/// </exception>
// FIXME: remove `globalSettings` variable
public SendAccessResponseModel(Send send, GlobalSettings globalSettings)
: base("send-access")
{