File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4149,6 +4149,7 @@ async def set_subnet_identity(
4149
4149
github_repo = subnet_identity .github_repo ,
4150
4150
subnet_contact = subnet_identity .subnet_contact ,
4151
4151
subnet_url = subnet_identity .subnet_url ,
4152
+ logo_url = subnet_identity .logo_url ,
4152
4153
discord = subnet_identity .discord ,
4153
4154
description = subnet_identity .description ,
4154
4155
additional = subnet_identity .additional ,
Original file line number Diff line number Diff line change @@ -3386,6 +3386,7 @@ def set_subnet_identity(
3386
3386
github_repo = subnet_identity .github_repo ,
3387
3387
subnet_contact = subnet_identity .subnet_contact ,
3388
3388
subnet_url = subnet_identity .subnet_url ,
3389
+ logo_url = subnet_identity .logo_url ,
3389
3390
discord = subnet_identity .discord ,
3390
3391
description = subnet_identity .description ,
3391
3392
additional = subnet_identity .additional ,
You can’t perform that action at this time.
0 commit comments