mirror of
https://github.com/bitwarden/server.git
synced 2025-05-28 23:04:50 -05:00
import should be in the transaction scope
This commit is contained in:
parent
83fa591010
commit
a03c19d693
@ -347,7 +347,7 @@ namespace Bit.Core.Repositories.SqlServer
|
|||||||
await connection.ExecuteAsync(
|
await connection.ExecuteAsync(
|
||||||
$"[{Schema}].[User_BumpAccountRevisionDate]",
|
$"[{Schema}].[User_BumpAccountRevisionDate]",
|
||||||
new { Id = ciphers.First().UserId },
|
new { Id = ciphers.First().UserId },
|
||||||
commandType: CommandType.StoredProcedure);
|
commandType: CommandType.StoredProcedure, transaction: transaction);
|
||||||
|
|
||||||
transaction.Commit();
|
transaction.Commit();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user