@@ -1826,8 +1826,10 @@ async def fastapi_convert_v3_to_v2(req: Request) -> ChangeSet:
network = 'v3Tov2'
jo_root = await req.json()
inp = jo_root['inp']
print(inp)
cs = convert_inp_v3_to_v2(inp)
return cs
print(cs)
The note is not visible to the blocked user.