Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Dec 17, 2024
1 parent 2fb9b0b commit 02838dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/services/comlink/src/lib/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ export async function getVaultMapping(): Promise<VaultMapping> {
);
if (perpetual === undefined) {
logger.warning({
at: 'VaultController#getVaultPositions',
at: 'get-vault-mapping',
message: `Vault clob pair id ${vaultMapping[subaccountId]} does not correspond to a ` +
'perpetual market.',
subaccountId,
Expand Down

0 comments on commit 02838dd

Please sign in to comment.