alter injection of tpos to match

This commit is contained in:
Lee Salminen
2022-07-05 15:09:04 -06:00
parent 2cb87d96f2
commit ebeb3d213b
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ async def wallet(
"user": user.dict(),
"wallet": wallet.dict(),
"service_fee": service_fee,
"web_manifest": f"/manifest/{user.id}.webmanifest"
"web_manifest": f"/manifest/{user.id}.webmanifest",
},
)