mirror of
https://github.com/bitwarden/server.git
synced 2026-02-19 07:13:17 +08:00
folder permission checks and null folder
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user