mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 10:33:44 +03:00
parent
d886751261
commit
0dce880dce
|
@ -87,7 +87,7 @@ export class FieldModel {
|
||||||
if (info.examples !== undefined) {
|
if (info.examples !== undefined) {
|
||||||
this.examples = mapValues(
|
this.examples = mapValues(
|
||||||
info.examples,
|
info.examples,
|
||||||
example => new ExampleModel(parser, example, name, info.encoding),
|
(example, name) => new ExampleModel(parser, example, name, info.encoding),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user