From 3d8b96ee98d72a07414e81b59309d70d709dc089 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Wed, 5 Jul 2023 15:59:29 +0000 Subject: [PATCH] style: prettier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76858e7e..07acbd10 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ endpoint( authorization: `token 0000000000000000000000000000000000000001`, }, data: "Hello, world!", - } + }, ); ```