Skip to content

Commit 0740aa0

Browse files
committed
chore: add missing description
1 parent ba36250 commit 0740aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/middlewares/version.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const DEFAULT_FALLBACK_VERSION = "15.1";
66
export const VERSION_PATH_PARAMETER = {
77
in: "path" as const,
88
name: "version",
9+
description: "The version of the emoji data to use",
910
required: true,
1011
example: "latest",
1112
schema: {

0 commit comments

Comments
 (0)