Skip to content

Commit

Permalink
Docs - Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: kirkrodrigues <[email protected]>
  • Loading branch information
junhaoliao and kirkrodrigues authored Sep 12, 2024
1 parent 8c299fb commit 7e802da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-log-viewer/src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const CONFIG_DEFAULT: ConfigMap = Object.freeze({
* @param props.key
* @param props.value
* @return `null` if the value is valid, or an error message otherwise.
* @throws {Error} If the config item should not be handled by the config utilities.
* @throws {Error} If the config item cannot be managed by these config utilities.
*/
const testConfig = ({key, value}: ConfigUpdate): Nullable<string> => {
let result = null;
Expand Down

0 comments on commit 7e802da

Please sign in to comment.