Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
nick134-bit committed Apr 3, 2023
1 parent 1886aa9 commit e63569e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 53 deletions.
2 changes: 1 addition & 1 deletion src/core/logging/slackLogger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export class SlackLogger {
});
}
}
}
}
34 changes: 0 additions & 34 deletions src/core/node/skipclients.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/core/types/messages/swapmessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,21 +175,3 @@ export function isWyndDaoSwapOperationsMessages(
): msg is Array<WyndSwapOperations> {
return msg[0]["wyndex_swap" as keyof (typeof msg)[0]] !== undefined;
}

/**
*
*/
export function isWyndDaoSwapOperationsMessages(
msg: SwapOperationsInnerMessageOperations,
): msg is Array<WyndSwapOperations> {
return msg[0]["wyndex_swap" as keyof typeof msg[0]] !== undefined;
}

/**
*
*/
export function isWyndDaoSwapOperationsMessages(
msg: SwapOperationsInnerMessageOperations,
): msg is Array<WyndSwapOperations> {
return msg[0]["wyndex_swap" as keyof typeof msg[0]] !== undefined;
}

0 comments on commit e63569e

Please sign in to comment.