Skip to content

Commit 4a45c71

Browse files
committed
Fix bug
1 parent 952dd39 commit 4a45c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/action.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ type GetFeedsOptions struct {
329329
}
330330

331331
type ExtAction struct {
332-
Action
333-
Repo *repo_model.Repository `xorm:"extends"`
332+
Action `xorm:"extends"`
333+
Repo *repo_model.Repository `xorm:"extends"`
334334
}
335335

336336
// GetFeeds returns actions according to the provided options

0 commit comments

Comments
 (0)