This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge branch 'standalone_develop' into pre_trustie_server
pull/306/head
xiaoxiaoqiong
4 years ago
parent
b2e7491ade
ebe5fad7dd
commit
0219a1fdde
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/interactors/gitea/register_interactor.rb
+ 1
- 1
app/interactors/gitea/register_interactor.rb
View File
@@ -13,7 +13,7 @@ module Gitea
end
def success?
@error.nil?
@error.nil?
&& @result[:status].to_s == "success"
end
def result
Write
Preview
Loading…
Cancel
Save