method renames

This commit is contained in:
2024-05-07 21:43:09 -04:00
parent aa3accb412
commit e5cb210df2
5 changed files with 8 additions and 8 deletions

View File

@ -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