From 2f97d923327eaa55b45214d54f99f0d5e3407ebf Mon Sep 17 00:00:00 2001 From: tdurieux Date: Wed, 8 Sep 2021 08:09:55 +0200 Subject: [PATCH] chore: change default mode to GitHubStream --- public/script/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script/app.js b/public/script/app.js index 6cf02b8..6b9231d 100644 --- a/public/script/app.js +++ b/public/script/app.js @@ -727,7 +727,7 @@ angular $scope.branches = []; $scope.repositories = []; $scope.source = { - type: "GitHubDownload", + type: "GitHubStream", branch: "", commit: "", };