Skip to content

Commit 9e09c82

Browse files
committed
fix(docs): add missing newline at end of JSON files
- Added a newline at the end of the `admin.json` and `server.json` files to comply with JSON formatting standards. This change ensures better compatibility with various parsers and tools that expect a newline at the end of files.
1 parent 468f309 commit 9e09c82

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs-mintlify/openapi/admin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11365,4 +11365,4 @@
1136511365
}
1136611366
}
1136711367
}
11368-
}
11368+
}

docs-mintlify/openapi/server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10616,4 +10616,4 @@
1061610616
}
1061710617
}
1061810618
}
10619-
}
10619+
}

0 commit comments

Comments
 (0)