chore(): Upgrade mikro orm (#13390)
* chore(): Upgrade mikro orm * handle 'null' value for big number props * 6.5.2 * remove only * fix pricing module rule value * switch select in strategy for balances * revert to select in strategy for order module * fix defining DML ManyToOne * fix define relationship * test fix * more fixes * change order strategy to balanced * change order strategy to balanced * prevent unnecessary manager fork * revert generated www changes * remove unnecessary changes * Create real-cobras-deny.md * address feedback --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
parent
fc4d5f0ac9
commit
a095245d71
@@ -12,7 +12,7 @@ export async function createCampaigns(
|
||||
campaignsData?: CreateCampaignDTO[]
|
||||
): Promise<Campaign[]> {
|
||||
if (!campaignsData) {
|
||||
const cp = JSON.parse(JSON.stringify(defaultCampaignsData))
|
||||
const cp = structuredClone(defaultCampaignsData)
|
||||
|
||||
const starts_at = new Date(TODAY)
|
||||
starts_at.setDate(starts_at.getDate() - 1)
|
||||
|
||||
Reference in New Issue
Block a user