Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Nov 17, 2024
1 parent c4f3deb commit de018ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de018ae

Please sign in to comment.