Skip to content

Commit

Permalink
eslint: ignore I'm right
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker authored and skeptrunedev committed Oct 24, 2024
1 parent d03ebef commit 08efe54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const PublicPageSettings = () => {
server_configuration: {
PUBLIC_DATASET: {
enabled: true,
// @ts-expect-error Object literal may only specify known properties, and 'api_key' does not exist in type 'PublicDatasetOptions'. [2353]
api_key: response.api_key,
},
},
Expand Down

0 comments on commit 08efe54

Please sign in to comment.