fix for transaction tracing

master
Matthew 2022-03-22 12:25:03 -04:00
parent c94ff17e2b
commit d6d48d3cc7
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ export default class CommandHandler extends Event {
}
} catch (err) {
this.client.util.handleError(err, message);
} finally {
transaction.finish();
}
transaction.finish();
}
}