Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed Apr 3, 2024
1 parent c42d124 commit 0d25052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(sidebar)/explore-endpoints/[[...pages]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function ExploreEndpoints() {
const param = p.match(REGEX_TEMPLATE_PATH_PARAM_VALUE)?.[0];

if (param) {
return urlPathParamArr.push(param);
urlPathParamArr.push(param);
}
});

Expand Down

0 comments on commit 0d25052

Please sign in to comment.