mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
update libs and cleanup
This commit is contained in:
@ -278,7 +278,7 @@ namespace Bit.Api.Controllers
|
||||
if(userId.HasValue)
|
||||
{
|
||||
var date = await _userService.GetAccountRevisionDateByIdAsync(userId.Value);
|
||||
revisionDate = Core.Utilities.CoreHelpers.ToEpocMilliseconds(date);
|
||||
revisionDate = CoreHelpers.ToEpocMilliseconds(date);
|
||||
}
|
||||
|
||||
return revisionDate;
|
||||
|
Reference in New Issue
Block a user