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:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user