Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Sep 22, 2023
1 parent cdb88e8 commit e7c1042
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/eventindexer/repo/stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ func NewStatRepository(db eventindexer.DB) (*StatRepository, error) {
}

func (r *StatRepository) Save(ctx context.Context, opts eventindexer.SaveStatOpts) (*eventindexer.Stat, error) {
s := &eventindexer.Stat{
ID: 1,
}
s := &eventindexer.Stat{}

if err := r.db.
GormDB().
Expand Down

0 comments on commit e7c1042

Please sign in to comment.