backend-common: we support reading from more than just gitlab.com
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user