method renames
This commit is contained in:
@ -25,7 +25,7 @@ namespace BinaryDad.Notes
|
||||
|
||||
public async Task SaveNote(string content, string noteName)
|
||||
{
|
||||
noteService.SaveText(content, noteName);
|
||||
noteService.SaveNote(content, noteName);
|
||||
|
||||
// find all other connections except for the current one
|
||||
var clientConnections = NoteContext.ClientNotes
|
||||
|
Reference in New Issue
Block a user