Skip to content

Commit 3574f83

Browse files
committed
fix: code cleanup
1 parent 6db0c31 commit 3574f83

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/main/java/io/supertokens/storage/postgresql

src/main/java/io/supertokens/storage/postgresql/Start.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3598,7 +3598,6 @@ public void addBulkImportUsers(AppIdentifier appIdentifier, List<BulkImportUser>
35983598
} catch (SQLException e) {
35993599
if (e instanceof BatchUpdateException) {
36003600
BatchUpdateException batchUpdateException = (BatchUpdateException) e;
3601-
Map<String, Exception> errorByPosition = new HashMap<>();
36023601
SQLException nextException = batchUpdateException.getNextException();
36033602
if(nextException instanceof PSQLException){
36043603
ServerErrorMessage serverErrorMessage = ((PSQLException) nextException).getServerErrorMessage();

0 commit comments

Comments
 (0)