Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Jun 18, 2024
1 parent cb0b9ea commit 2bdd46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class Client {
props: { [key: string]: any; file?: File; isBytes?: boolean } = {}
) {
return await makeRequest<T>(this.serverUrl + path, props)
}
}

// Article

Expand Down

0 comments on commit 2bdd46e

Please sign in to comment.