aboutsummaryrefslogtreecommitdiff
path: root/internal/db/action.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/action.go')
-rw-r--r--internal/db/action.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/action.go b/internal/db/action.go
index 292e936a..a9efeeb8 100644
--- a/internal/db/action.go
+++ b/internal/db/action.go
@@ -175,7 +175,7 @@ func (a *Action) GetIssueContent() string {
return issue.Content
}
-func newRepoAction(e Engine, doer, owner *User, repo *Repository) (err error) {
+func newRepoAction(e Engine, doer, _ *User, repo *Repository) (err error) {
opType := ACTION_CREATE_REPO
if repo.IsFork {
opType = ACTION_FORK_REPO