Skip to content

Commit

Permalink
frontend: Removed unused eslint-disable rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Jul 2, 2024
1 parent f3458c0 commit 763b397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/helpers/greeting/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export const getResponseDisplayField = (
}

// @todo Find a better way to extract fields from SuiParsedData.
/* eslint-disable @typescript-eslint/no-explicit-any */
const display = response.data.display

if (display.data == null) {
Expand Down

0 comments on commit 763b397

Please sign in to comment.