Skip to content

Commit

Permalink
#461: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
basmasking committed Feb 1, 2024
1 parent 04ab8ba commit 572c338
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/server-nodejs/src/controllers/ProxyController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ export default class ProxyController

this.#logger.info(`Forwarding -> ${url}`);

const result = url.startsWith('/rpc')
return url.startsWith('/rpc')
? this.#runnerUrl
: this.#repositoryUrl;

return result;
}
}

0 comments on commit 572c338

Please sign in to comment.