Skip to content

Commit

Permalink
use appropriate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eokoneyo committed Nov 4, 2024
1 parent 858bad1 commit 1df8359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/ui_settings/ui_settings_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ You can use \`IUiSettingsClient.get("${key}", defaultValue)\`, which will just r

isDeclared(key: string) {
return (
// @ts-ignore
// @ts-expect-error
(key !== '__proto__' || key !== 'constructor' || key !== 'prototype') && key in this.cache
);
}
Expand Down

0 comments on commit 1df8359

Please sign in to comment.