1
0
mirror of https://github.com/bitwarden/server synced 2025-12-16 00:03:54 +00:00

Fix minor bug when testing if database already exists (#1452)

* Fix minor bug when testing if database already exists

* Add newline at end of file

* Remove unused import
This commit is contained in:
Vince Grassia
2021-07-09 18:51:28 -04:00
committed by GitHub
parent def1a86348
commit 1941ba0a41
2 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@@ -215,3 +215,4 @@ bitwarden_license/src/Sso/wwwroot/lib
bitwarden_license/src/Sso/wwwroot/css
.github/test/build.secrets
**/CoverageOutput/
.idea/*