Skip to content

Commit

Permalink
test: change prop load on ThemeInfo to type string
Browse files Browse the repository at this point in the history
  • Loading branch information
streamside committed Feb 9, 2022
1 parent be3aac8 commit f447a7f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions apis/stardust/api-spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,16 +850,7 @@
},
"load": {
"description": "A function that should return a Promise that resolves to a raw JSON theme.",
"kind": "function",
"params": [],
"returns": {
"type": "Promise",
"generics": [
{
"type": "#/definitions/ThemeJSON"
}
]
}
"type": "string"
}
}
},
Expand Down

0 comments on commit f447a7f

Please sign in to comment.