Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Feb 1, 2024
1 parent b78126a commit d783d2c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,20 @@ const validateServiceDefinitions = (definitions: ServiceDefinitionVersioned) =>
* ```ts
* From this
* {
* // Service definition version 1
* 1: {
* get: {
* in: {
* options: { up: () => {} } // 1
* options: { up: () => {} }
* }
* },
* ...
* },
* // Service definition version 2
* 2: {
* get: {
* in: {
* options: { up: () => {} } // 2
* options: { up: () => {} }
* }
* },
* }
Expand Down

0 comments on commit d783d2c

Please sign in to comment.