Skip to content

Commit

Permalink
chore: fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinEberhardt committed Mar 8, 2023
1 parent c993254 commit 8f9868f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ export interface HttpResponse<T> {
/**
* The type of the response (e.g., basic, cors).
* @type string
*/
*/
type: string;
}

0 comments on commit 8f9868f

Please sign in to comment.