backend-common: we support reading from more than just gitlab.com

This commit is contained in:
Patrik Oldsberg
2020-10-03 16:19:07 +02:00
parent d3265666af
commit e6ac72b59e
@@ -21,7 +21,6 @@ import { UrlReader } from './types';
import { ReaderFactory } from './UrlReaders';
type Options = {
// TODO: added here for future support, but we only allow bitbucket.org for now
host: string;
token?: string;
};