diff options
Diffstat (limited to 'models/action.go')
-rw-r--r-- | models/action.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/action.go b/models/action.go index 978e805c88..7917929df4 100644 --- a/models/action.go +++ b/models/action.go @@ -19,7 +19,7 @@ const ( OP_PULL_REQUEST ) -// An Action represents +// Action represents user operation type and information to the repository. type Action struct { Id int64 UserId int64 // Receiver user id. |