From de018ae2e36ca6092356e3c388bc92efae71d010 Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR Date: Sat, 16 Nov 2024 23:32:47 -0300 Subject: [PATCH] Whoops --- .../dashboard/profilepresets/PostCreateProfilePresetRoute.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/loritta-bot-discord/src/main/kotlin/net/perfectdreams/loritta/morenitta/website/routes/user/dashboard/profilepresets/PostCreateProfilePresetRoute.kt b/loritta-bot-discord/src/main/kotlin/net/perfectdreams/loritta/morenitta/website/routes/user/dashboard/profilepresets/PostCreateProfilePresetRoute.kt index 0a22d70455..c795a14577 100644 --- a/loritta-bot-discord/src/main/kotlin/net/perfectdreams/loritta/morenitta/website/routes/user/dashboard/profilepresets/PostCreateProfilePresetRoute.kt +++ b/loritta-bot-discord/src/main/kotlin/net/perfectdreams/loritta/morenitta/website/routes/user/dashboard/profilepresets/PostCreateProfilePresetRoute.kt @@ -46,7 +46,6 @@ class PostCreateProfilePresetRoute(loritta: LorittaBot) : RequiresDiscordLoginLo UserCreatedProfilePresets.insert { it[UserCreatedProfilePresets.createdBy] = userIdentification.id.toLong() it[UserCreatedProfilePresets.createdAt] = Instant.now() - it[UserCreatedProfilePresets.lastUsedAt] = Instant.now() it[UserCreatedProfilePresets.name] = presetName it[UserCreatedProfilePresets.profileDesign] = activeProfileDesignId it[UserCreatedProfilePresets.background] = activeBackgroundId