mirror of
https://github.com/bitwarden/server
synced 2025-12-25 12:43:14 +00:00
updated sproc to clear push token, not identifier
This commit is contained in:
@@ -66,10 +66,7 @@ namespace Bit.Core.Repositories.SqlServer
|
||||
{
|
||||
await connection.ExecuteAsync(
|
||||
$"[{Schema}].[{Table}_ClearPushTokenByIdentifier]",
|
||||
new
|
||||
{
|
||||
Identifier = identifier
|
||||
},
|
||||
new { Identifier = identifier },
|
||||
commandType: CommandType.StoredProcedure);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user