Skip to content

Commit

Permalink
chore: s/inconcievable/inconceivable/ (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseli authored Jul 22, 2024
1 parent 837eae1 commit b010799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/controller/dal/dal.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ type Tx struct {
func (t *Tx) CommitOrRollback(ctx context.Context, err *error) {
tx, ok := t.db.(*sql.Tx)
if !ok {
panic("inconcievable")
panic("inconceivable")
}
tx.CommitOrRollback(ctx, err)
}
Expand Down

0 comments on commit b010799

Please sign in to comment.