Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kiisi committed Aug 9, 2024
1 parent 7d9de84 commit a7c499d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/createOrg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const createOrg = async (
};
}
try {
const response = await (
const response = await axios.post(
`${apiUrl}/api/v1/organisations`,
validatedFields.data,
{
Expand Down

0 comments on commit a7c499d

Please sign in to comment.