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