mirror of
https://github.com/bitwarden/server.git
synced 2025-02-16 01:51:21 +01:00
Remove connection close
This commit is contained in:
parent
7cbc7a5c3a
commit
a8a59da753
@ -285,11 +285,9 @@ public class UserRepository : Repository<User, Guid>, IUserRepository
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
connection.Close();
|
|
||||||
UnprotectData(user);
|
UnprotectData(user);
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
connection.Close();
|
|
||||||
UnprotectData(user);
|
UnprotectData(user);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user