X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3664cf869c1bdb38e62ffd35d16dee0c12af7c59..9999a9db9fede0e1971dc792389982b428a1bb19:/src/models/project.ts diff --git a/src/models/project.ts b/src/models/project.ts index 83862c9400..83fb59bd3e 100644 --- a/src/models/project.ts +++ b/src/models/project.ts @@ -8,5 +8,5 @@ export interface Project { modifiedAt: string; uuid: string; ownerUuid: string; - href: string + href: string; }