Skip to content

Commit

Permalink
fix: review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-29 committed Oct 6, 2024
1 parent f405fa8 commit 065a83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
````
1 change: 0 additions & 1 deletion src/lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 065a83c

Please sign in to comment.