Commit 30ec85c 1 parent c8a64cd commit 30ec85c Copy full SHA for 30ec85c
File tree 1 file changed +4
-4
lines changed
Content.Server/SS220/Discord
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -254,10 +254,6 @@ public async Task<bool> CheckUserLink(NetUserId userId)
254
254
return false ;
255
255
}
256
256
257
- private sealed record AccountLinkResponseParameters ( string AccountLinkUrl ) ;
258
-
259
- private sealed record DiscordAuthInfoResponse ( bool AccountLinked ) ;
260
-
261
257
private static JsonSerializerOptions GetJsonSerializerOptions ( )
262
258
{
263
259
var opt = new JsonSerializerOptions
@@ -395,5 +391,9 @@ private static string CreateSecureRandomString(int count = 32)
395
391
396
392
return null ;
397
393
}
394
+
395
+ private sealed record AccountLinkResponseParameters ( string AccountLinkUrl ) ;
396
+
397
+ private sealed record DiscordAuthInfoResponse ( bool AccountLinked ) ;
398
398
}
399
399
You can’t perform that action at this time.
0 commit comments