Skip to content

Commit be95606

Browse files
authored
remove file self reference (#3312)
Signed-off-by: Phillip Olesen <[email protected]>
1 parent 6a6d865 commit be95606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/scan/src/main/openapi/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ components:
18991899
collected first
19001900
type: array
19011901
items:
1902-
$ref: "./scan.yaml#/components/schemas/ValidatorReceivedFaucets"
1902+
$ref: "#/components/schemas/ValidatorReceivedFaucets"
19031903
GetTopValidatorsByPurchasedTrafficResponse:
19041904
type: object
19051905
required: ["validatorsByPurchasedTraffic"]

0 commit comments

Comments
 (0)