Skip to content

Commit

Permalink
[MODORDERS-1208]. Remove unused promises
Browse files Browse the repository at this point in the history
  • Loading branch information
BKadirkhodjaev committed Nov 4, 2024
1 parent 91c167e commit f51be2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public InvoiceEventsDaoImpl(PostgresClientFactory pgClientFactory) {
@Override
public Future<RowSet<Row>> save(InvoiceAuditEvent invoiceAuditEvent, String tenantId) {
LOGGER.debug("save:: Saving Invoice AuditEvent with tenant id : {}", tenantId);
Promise<RowSet<Row>> promise = Promise.promise();
LOGGER.debug("formatDBTableName:: Formatting DB Table Name with tenant id : {}", tenantId);
String logTable = formatDBTableName(tenantId, TABLE_NAME);
String query = format(INSERT_SQL, logTable);
Expand Down

0 comments on commit f51be2c

Please sign in to comment.