Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Jan 9, 2025
1 parent e5f6ad3 commit 05c7bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/livecodes/config/build-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const loadParamConfig = (config: Config, params: UrlQueryParams): Partial
{} as Partial<Config>,
);

// populate params config from query string params
// populate params config from query string params

// ?html=hi&scss&ts
(Object.keys(params) as Array<keyof UrlQueryParams>).forEach((key) => {
Expand Down

0 comments on commit 05c7bff

Please sign in to comment.