diff options
author | Ethan Koenig <etk39@cornell.edu> | 2017-06-01 20:42:25 -0400 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-06-02 08:42:25 +0800 |
commit | 4e5ee2b67ac9c54ce2b0e05daf8b61a97cbe743b (patch) | |
tree | 99bb3a3ab373b625cf4ae17f4d9b210d83c1cb9f /models/fixtures/action.yml | |
parent | 5ca6867aaf1d82f21a474d0c65041f21d7b416c3 (diff) | |
download | gitea-4e5ee2b67ac9c54ce2b0e05daf8b61a97cbe743b.tar.gz gitea-4e5ee2b67ac9c54ce2b0e05daf8b61a97cbe743b.zip |
Fix user profile activity feed (#1848)
* Fix user profile activity feed
* gofmt, and avoid overlapping database connections
Diffstat (limited to 'models/fixtures/action.yml')
-rw-r--r-- | models/fixtures/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/fixtures/action.yml b/models/fixtures/action.yml index 10c0dc1298..ad46e6b688 100644 --- a/models/fixtures/action.yml +++ b/models/fixtures/action.yml @@ -10,7 +10,7 @@ id: 2 user_id: 3 op_type: 2 # rename repo - act_user_id: 3 + act_user_id: 2 repo_id: 3 is_private: true content: oldRepoName |