Skip to content

Commit

Permalink
Fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Dec 15, 2023
1 parent 28a3e81 commit 1e37579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vsr-metadata-service/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ server.get<{ Params: { mintKey: string } }>("/:mintKey", async (request, reply)

return {
name,
description: `Voting Escrow Token Position of ${uiAmount} tokens${kind === 'constant' ? '.' : `locked until ${lockEndDate} with kind ${kind}`}`,
description: `Voting Escrow Token Position of ${uiAmount} tokens${kind === 'constant' ? '.' : ` locked until ${lockEndDate} with kind ${kind}`}`,
image:
"https://shdw-drive.genesysgo.net/6tcnBSybPG7piEDShBcrVtYJDPSvGrDbVvXmXKpzBvWP/vsr.png",
attributes: [
Expand Down

0 comments on commit 1e37579

Please sign in to comment.