mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 14:14:56 +03:00
Ran yarn validation
This commit is contained in:
parent
b40455158a
commit
44ce9c5ddb
|
@ -86,7 +86,7 @@ export class OperationModel implements IMenuItem {
|
||||||
parent: GroupModel | undefined,
|
parent: GroupModel | undefined,
|
||||||
private options: RedocNormalizedOptions,
|
private options: RedocNormalizedOptions,
|
||||||
isCallback: boolean = false,
|
isCallback: boolean = false,
|
||||||
callbackEventName: string | undefined = undefined,
|
callbackEventName?: string,
|
||||||
) {
|
) {
|
||||||
this.pointer = JsonPointer.compile(['paths', operationSpec.pathName, operationSpec.httpVerb]);
|
this.pointer = JsonPointer.compile(['paths', operationSpec.pathName, operationSpec.httpVerb]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user