Skip to content

Commit

Permalink
chore: const -> function
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Jan 30, 2025
1 parent 63f2ac8 commit 1271cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trading/consts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { EcdsaSigningScheme, SigningScheme } from '../order-book'

export const log = (text: string) => {
export function log(text: string) {
if (!log.enabled) return
console.log(`[COW TRADING SDK] ${text}`)
}
Expand Down

0 comments on commit 1271cf2

Please sign in to comment.