Skip to content

Commit

Permalink
Fixed binds for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Jul 18, 2022
1 parent e265c7f commit c137b10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pocketdb/repositories/web/WebRpcRepository.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5250,7 +5250,6 @@ namespace PocketDb
)sql",
[this](std::shared_ptr<sqlite3_stmt*>& stmt, int& i, QueryParams const& queryParams){
TryBindStatementInt64(stmt, i++, queryParams.height);
TryBindStatementInt64(stmt, i++, queryParams.height);
}
}},

Expand Down

0 comments on commit c137b10

Please sign in to comment.