[FIX] Can't connect to RC through Gitlab Oauth (#4421)

[FIX] Can't connect to RC through Gitlab Oauth

Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
This commit is contained in:
PetMoln 2022-08-12 14:35:55 +02:00 committed by GitHub
parent b3894273ac
commit c6e31df3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export function parseSettings(settings: any) {
);
}
return ret;
});
}, {});
}
export function _prepareSettings(settings: any) {