mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-06 21:57:57 +02:00
force GitHubStream when updating a repository
This commit is contained in:
@@ -375,6 +375,7 @@ router.post(
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateRepoModel(repo.model, repoUpdate);
|
updateRepoModel(repo.model, repoUpdate);
|
||||||
|
repo.source.type = "GitHubStream";
|
||||||
|
|
||||||
const removeRepoFromConference = async (conferenceID: string) => {
|
const removeRepoFromConference = async (conferenceID: string) => {
|
||||||
const conf = await ConferenceModel.findOne({
|
const conf = await ConferenceModel.findOne({
|
||||||
|
|||||||
Reference in New Issue
Block a user