mirror of
https://github.com/bitwarden/server
synced 2025-12-10 21:33:41 +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>
|
/// <returns>A comb Guid.</returns>
|
||||||
protected Guid GenerateComb()
|
protected Guid GenerateComb()
|
||||||
{
|
{
|
||||||
byte[] guidArray = Guid.NewGuid().ToByteArray();
|
var guidArray = Guid.NewGuid().ToByteArray();
|
||||||
|
|
||||||
var now = DateTime.UtcNow;
|
var now = DateTime.UtcNow;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user