From 36490b17131590a857a5044e742f80ffc3f7b569 Mon Sep 17 00:00:00 2001 From: thirofoo <83126064+thirofoo@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:40:03 +0900 Subject: [PATCH 1/2] feat: add json file of thirofoo --- members/through.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 members/through.json diff --git a/members/through.json b/members/through.json new file mode 100644 index 0000000..36f255b --- /dev/null +++ b/members/through.json @@ -0,0 +1,7 @@ +{ + "$schema": "../members.schema.json", + "id": "83126064", + "name": "thirofoo", + "grade": ["21B"], + "isActive": true +} From 78aff3bdabb61060c1617749a7d8511cc984c847 Mon Sep 17 00:00:00 2001 From: thirofoo <83126064+thirofoo@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:31:46 +0900 Subject: [PATCH 2/2] fix: filename --- members/{through.json => thirofoo.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename members/{through.json => thirofoo.json} (100%) diff --git a/members/through.json b/members/thirofoo.json similarity index 100% rename from members/through.json rename to members/thirofoo.json