Skip to content

Commit

Permalink
Merge pull request #517 from traPtitech/fix/issue504
Browse files Browse the repository at this point in the history
🐛 fix bug in SyncUsers
  • Loading branch information
iChemy authored Apr 20, 2024
2 parents a675ae4 + 39a9cfe commit 5db3ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func (repo *GormRepository) Setup(host, user, password, database, port, key, log
// dialector with custom error handling
type dialector struct {
gorm.Dialector
gorm.SavePointerDialectorInterface
}

var (
Expand Down

0 comments on commit 5db3ad0

Please sign in to comment.