File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -963,6 +963,7 @@ impl LDNApplication {
963
963
return Ok ( false ) ;
964
964
} else if app_state == AppState :: Granted {
965
965
let active_request_id = match application_file. clone ( ) . lifecycle . get_active_allocation_id ( ) {
966
+
966
967
Some ( id) => id,
967
968
None => {
968
969
log:: warn!( "- No active request" ) ;
@@ -991,6 +992,7 @@ impl LDNApplication {
991
992
Self :: issue_granted ( application_file. issue_number . clone ( ) ) . await ?;
992
993
return Ok ( true ) ;
993
994
}
995
+
994
996
log:: warn!( "- Not validated!" ) ;
995
997
Ok ( false )
996
998
} else {
@@ -1038,6 +1040,7 @@ impl LDNApplication {
1038
1040
Self :: issue_start_sign_dc ( application_file. issue_number . clone ( ) ) . await ?;
1039
1041
Self :: issue_datacap_request_signature ( application_file. clone ( ) , "proposed" . to_string ( ) ) . await ?;
1040
1042
Self :: update_issue_labels ( application_file. issue_number . clone ( ) , & [ AppState :: StartSignDatacap . as_str ( ) ] ) . await ?;
1043
+
1041
1044
log:: info!( "- Validated!" ) ;
1042
1045
return Ok ( true ) ;
1043
1046
}
@@ -1164,6 +1167,7 @@ impl LDNApplication {
1164
1167
. 0
1165
1168
. iter ( )
1166
1169
. find ( |obj| Some ( & obj. id ) == application_file. lifecycle . active_request . clone ( ) . as_ref ( ) ) ;
1170
+
1167
1171
let gh = GithubWrapper :: new ( ) ;
1168
1172
1169
1173
let issue_number = application_file. issue_number . clone ( ) ;
You can’t perform that action at this time.
0 commit comments