Skip to content

Commit

Permalink
fixup: another typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-agoric committed Jan 28, 2025
1 parent 8c00792 commit 7ab1791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/src/launch-chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ export async function launch({
{ description: 'Processed inbound action counts by type' },
);

/** @type {(actionType: ActionType.QueuedActionType) => void>} */
/** @type {(actionType: ActionType.QueuedActionType) => void} */
const countInboundAction = actionType => {
if (!knownActionTypes.has(actionType)) {
console.warn(`unknown inbound action type ${JSON.stringify(actionType)}`);
Expand Down

0 comments on commit 7ab1791

Please sign in to comment.