Skip to content

Commit

Permalink
Remove double pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Oct 24, 2023
1 parent 8849ad5 commit 17ea986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mlsstore/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (s *Store) CreateInstallation(ctx context.Context, installationId string, w
}

_, err = tx.NewInsert().
Model(&keyPackage).
Model(keyPackage).
Ignore().
Exec(ctx)

Expand Down

0 comments on commit 17ea986

Please sign in to comment.