make non nullable
This commit is contained in:
parent
6563838738
commit
fe56bd903d
@ -23,7 +23,7 @@ namespace BinaryDad.Notes
|
|||||||
return base.OnConnectedAsync();
|
return base.OnConnectedAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task SaveNote(string content, string? noteName)
|
public async Task SaveNote(string content, string noteName)
|
||||||
{
|
{
|
||||||
noteService.SaveText(content, noteName);
|
noteService.SaveText(content, noteName);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user