We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0a4a3 commit 2eea2f4Copy full SHA for 2eea2f4
package.json
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "airi_docs",
4
- "version": "1.2.3",
+ "version": "1.2.4",
5
"description": "Documentatin for a API Serving Anime stuff",
6
"author": "Kyoyo",
7
"license": "AGPLv3",
src/Endpoints/quote.md
@@ -18,6 +18,6 @@ GET /quote
18
// The anime name of the quote
19
anime: string;
20
// The person who said the quote
21
- name: string;
+ said: string;
22
}
23
```
0 commit comments