diff --git a/README.md b/README.md index 6ea0897..288bd43 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To start the development server, run: ```bash npm run dev -```` +``` This will launch the app on [http://localhost:3000](http://localhost:3000). The app will automatically reload if you make changes to the code. @@ -166,3 +166,4 @@ Feel free to extend or modify the components to suit your needs. The Code Contribution Guidelines are published at [CONTRIBUTING.md](CONTRIBUTING.md); please read them before you start making any changes. This will ensure a consistent standard of coding practices and developer experience. Contributors can join the [Discord Server](https://discord.gg/6r8uXWtXh7) for quick collaboration. +```` diff --git a/src/lib/api.ts b/src/lib/api.ts index 368355d..dbaab02 100644 --- a/src/lib/api.ts +++ b/src/lib/api.ts @@ -7,7 +7,6 @@ export const executeShellCommandOnServer = async ( ) => { try { const response = await WebService.post(`shell/exec`, cmdOptions); - // TODO: This needs to be looked at if (response?.data) { return response.data; } else {