Skip to content

Commit

Permalink
chore: savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrltrent committed Dec 21, 2023
1 parent 0c5b772 commit 6ef98cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/awards/awards.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ func OnPostCreation(tx *gorm.DB, title string, body string, postID db.EncryptedI
if err := grantAward(tx, userID, postID, expressiveAwardID); err != nil {
return err
}
fmt.Println("Expressive award granted")
}

// For Expressionless award
Expand All @@ -140,7 +139,6 @@ func OnPostCreation(tx *gorm.DB, title string, body string, postID db.EncryptedI
if err := grantAward(tx, userID, postID, expressionlessAwardID); err != nil {
return err
}
fmt.Println("Expressionless award granted")
}

return nil
Expand Down

0 comments on commit 6ef98cb

Please sign in to comment.