Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ethboi committed Jan 25, 2024
1 parent f6d7642 commit 4a30109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/templates/strike.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { EmbedBuilder } from 'discord.js'
import { BoardDto } from '../types/trade'
import formatUSD from '../utils/formatUSD'
import { titleCaseWord } from '../utils/utils'
import { FormattedDate, MarketColor, Footer, StatSymbol, getThumb } from './common'
import { FormattedDate, MarketColor, Footer, getThumb } from './common'

// // TWITTER
// export function BoardTwitter(dto: BoardDto, network: Network) {
Expand Down
2 changes: 1 addition & 1 deletion app/src/templates/transfer.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { EmbedBuilder } from 'discord.js'
import { TransferDto } from '../types/trade'
import formatUSD from '../utils/formatUSD'
import { BlockExplorerLink, FN, LyraDappUrl, Footer } from './common'
import { FN, LyraDappUrl, Footer } from './common'
import { titleCaseWord } from '../utils/utils'

// TWITTER
Expand Down

0 comments on commit 4a30109

Please sign in to comment.