From b58488a7e94674e98092edc89dcdae7bd1b9dd99 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 10 Apr 2023 16:35:34 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20connection=20token=20api=20=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/authentication/serializers/connect_token_secret.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/authentication/serializers/connect_token_secret.py b/apps/authentication/serializers/connect_token_secret.py index 9d179877e..b96a99171 100644 --- a/apps/authentication/serializers/connect_token_secret.py +++ b/apps/authentication/serializers/connect_token_secret.py @@ -33,7 +33,7 @@ class _ConnectionTokenAssetSerializer(serializers.ModelSerializer): model = Asset fields = [ 'id', 'name', 'address', 'protocols', 'category', - 'type', 'org_id', 'info', 'secret_info', + 'type', 'org_id', 'info', 'secret_info', 'spec_info' ]