Sonar fix

This commit is contained in:
Ean Milligan (Bastion) 2022-06-26 23:20:06 -04:00
parent 6adf18008a
commit f9355ae255
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export const heatmap = async (message: DiscordenoMessage) => {
dbClient.execute(queries.callIncCnt('heatmap')).catch((e) => utils.commonLoggers.dbError('heatmap.ts:14', 'call sproc INC_CNT on', e)); dbClient.execute(queries.callIncCnt('heatmap')).catch((e) => utils.commonLoggers.dbError('heatmap.ts:14', 'call sproc INC_CNT on', e));
if (config.api.enable) { if (config.api.enable) {
const m = await message.send({ message.send({
embeds: [{ embeds: [{
title: 'Roll Heatmap', title: 'Roll Heatmap',
description: `Least Rolls: ${intervals.getMinRollCnt()} description: `Least Rolls: ${intervals.getMinRollCnt()}