Skip to content

Commit 3e95e13

Browse files
committed
FF
1 parent a3bc987 commit 3e95e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/vcs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ pub fn get_repo_from_remote(repo: &str) -> String {
216216
obj.id
217217
}
218218

219+
#[cfg(feature = "unstable-mobile-app")]
219220
pub fn get_provider_from_remote(remote: &str) -> String {
220221
let obj = VcsUrl::parse(remote);
221222
obj.provider

0 commit comments

Comments
 (0)