minor tidy up
This commit is contained in:
parent
5ba22c2fd3
commit
cfec829d96
@ -556,7 +556,7 @@ namespace SQLiteRepository
|
||||
{
|
||||
//TODO: I would probably prefer to do this manually....
|
||||
var resp = _connection.Query<GroupDb>("update GroupDb set GroupName=? where GroupId=?", group.Name, group.Id);
|
||||
//var resp = _connection.Update(groupDb);
|
||||
|
||||
return OperationResponse.UPDATED;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user