Updating with latest fixes
This commit is contained in:
Родитель
8c8917adda
Коммит
341baba352
|
@ -8,7 +8,7 @@ export interface HttpOperationType extends OperationType {
|
|||
}
|
||||
|
||||
export function getHttpOperation(operation: OperationType): HttpOperationType | undefined {
|
||||
if (!isResource(operation)) {
|
||||
if (!operation.namespace || !isResource(operation.namespace!)) {
|
||||
return undefined;
|
||||
}
|
||||
return {
|
||||
|
|
Загрузка…
Ссылка в новой задаче