Skip to content

Commit 654e073

Browse files
fix: schema error
1 parent 56326b6 commit 654e073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const errors401to404ResponseSchema = {
1111
},
1212
404: {
1313
description: "Not Found - User needs to log in",
14-
$ref: "responses.notfound#",
14+
$ref: "responses.notFound#",
1515
},
1616
};
1717

0 commit comments

Comments
 (0)