fixed formating in AniList Item.bru

This commit is contained in:
John O'Keefe 2024-07-27 12:58:17 -04:00
parent 5035712402
commit 205b5d075f

View File

@ -16,7 +16,7 @@ headers {
}
body:graphql {
query($userId: Int, $mediaId: Int, $listType: MediaType) {
query ($userId: Int, $mediaId: Int, $listType: MediaType) {
MediaList(mediaId: $mediaId, userId: $userId, type: $listType) {
id
mediaId
@ -44,12 +44,12 @@ body:graphql {
}
}
status
startedAt{
startedAt {
year
month
day
}
completedAt{
completedAt {
year
month
day