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:40:26 -04:00
parent 74da4abb62
commit 360a3dacf1

View File

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