From b9a7f814aaa08a4b1cec705517b664390abd3f69 Mon Sep 17 00:00:00 2001 From: PMK <355176+PMK@users.noreply.github.com> Date: Tue, 20 Jun 2023 18:34:48 +0000 Subject: [PATCH] Update Kind for ProfileBadge and BadgeDefinition --- event.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/event.ts b/event.ts index 2707065..da518fa 100644 --- a/event.ts +++ b/event.ts @@ -27,8 +27,8 @@ export enum Kind { Zap = 9735, RelayList = 10002, ClientAuth = 22242, - BadgeDefinition = 30008, - ProfileBadge = 30009, + ProfileBadge = 30008, + BadgeDefinition = 30009, Article = 30023 }