1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 12:43:14 +00:00

folder permission checks and null folder

This commit is contained in:
Kyle Spearrin
2017-06-09 09:48:44 -04:00
parent d3073e675e
commit f24bc96846
6 changed files with 15 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ namespace Bit.Core.Repositories.SqlServer
}
}
public async Task MoveAsync(IEnumerable<Guid> ids, Guid folderId, Guid userId)
public async Task MoveAsync(IEnumerable<Guid> ids, Guid? folderId, Guid userId)
{
using(var connection = new SqlConnection(ConnectionString))
{