git: api 1

This commit is contained in:
Joao Moreno
2018-08-22 11:30:07 +02:00
parent 1bdf8d3eea
commit 456437dfaa
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
import { Model } from '../model';
import { GitExtension } from './git';
import { getAPI, deprecated } from './api';
import { ApiRepository } from './api0';
import { ApiRepository } from './api1';
class NoModelGitExtension implements GitExtension {