Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka committed Jun 17, 2024
1 parent ceb1d48 commit 28f3262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import kotlinx.serialization.Serializable
enum class TriggerOrderAction(val rawValue: String) {
REPLACE("REPLACE"),
CANCEL("CANCEL"),
CREATE("CREATE"),
;
CREATE("CREATE");
}

class AnalyticsUtils {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ internal const val MAX_LEVERAGE_BUFFER_PERCENT = 0.98

// Order flags
internal const val SHORT_TERM_ORDER_FLAGS = 0
internal const val CONDITIONAL_ORDER_FLAGS = 32
internal const val CONDITIONAL_ORDER_FLAGS = 32

0 comments on commit 28f3262

Please sign in to comment.