Skip to content

Commit 8b2b820

Browse files
committed
fix redmine create_remote_comment silent failure
1 parent 9dea796 commit 8b2b820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/connectors/redmine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ impl RemoteConnector for RedmineRemoteConnector {
224224
}
225225
}
226226

227-
Ok(String::new())
227+
Err("Could not find matching journal for comment".to_string())
228228
}
229229

230230
#[allow(unused)]

0 commit comments

Comments
 (0)