Skip to content

Commit

Permalink
Fix couple of linting complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
dachrillz committed Aug 4, 2022
1 parent 8bf9588 commit 38ec8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const expected: Root = {
properties: expect.objectContaining({
name: {
type: "string",
example: "doggie"
example: "doggie",
},
}),
}),
Expand Down
2 changes: 1 addition & 1 deletion src/httpParsing/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type request = {
{
name: string;
value: string;
},
}
];
postData?: postData;
};
Expand Down

0 comments on commit 38ec8d7

Please sign in to comment.