Skip to content

Commit

Permalink
feat: remove unsed return
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Jan 12, 2025
1 parent df87df3 commit bf35a81
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ void createDatabase() {
if (!databases.contains(database)) {
httpExecute.createDatabase(database);
}
return;
}

public CommunicationEntity insert(CommunicationEntity entity) {
Expand Down

0 comments on commit bf35a81

Please sign in to comment.