Close example

This commit is contained in:
thepaperpilot 2023-04-19 21:40:34 -05:00
parent 8806910f5e
commit 87a2d6bdc9

View file

@ -98,6 +98,7 @@ export const bonusAmountDecorator: Decorator<
* bonusCompletions: noPersist(otherChallenge.completions), * bonusCompletions: noPersist(otherChallenge.completions),
* ... * ...
* }), bonusCompletionDecorator) as GenericChallenge & GenericBonusCompletionFeature * }), bonusCompletionDecorator) as GenericChallenge & GenericBonusCompletionFeature
* ```
*/ */
export const bonusCompletionsDecorator: Decorator< export const bonusCompletionsDecorator: Decorator<
BonusCompletionsFeatureOptions, BonusCompletionsFeatureOptions,