Small fix

This commit is contained in:
lotte
2018-09-19 15:34:14 +02:00
parent c6f55e424b
commit bae69aef97
10 changed files with 10 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
import { RestRequestMethod } from '../app/core/data//rest-request-method';
import { RestRequestMethod } from '../app/core/data/rest-request-method';
type TimePerMethod = {
[method in RestRequestMethod]: number;