mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
var on comb generator
This commit is contained in:
@@ -117,7 +117,7 @@ namespace Bit.Core.Repositories.SqlServer
|
||||
/// <returns>A comb Guid.</returns>
|
||||
protected Guid GenerateComb()
|
||||
{
|
||||
byte[] guidArray = Guid.NewGuid().ToByteArray();
|
||||
var guidArray = Guid.NewGuid().ToByteArray();
|
||||
|
||||
var now = DateTime.UtcNow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user