Skip to content

Commit

Permalink
Fix some minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dremin committed Jan 2, 2024
1 parent aab7d26 commit 4533bc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ const requiredParameters = [

exports.handler = prepareFlexFunction(requiredParameters, async (context, event, callback, response, handleError) => {
try {
/** on the surface this function only adds a redundant laye
/** on the surface this function only adds a redundant layer
* around updateReservation but it provides a convenient hook
* point to introduce custom behaviors on completing reservations
* that may differ across task types.
*
* it is also worth noting that recording a reason is only applicable
* when completing a task and we can't complete the task without knowing
* if there are other open resrvations or not.
* if there are other open reservations or not.
*
* ideally we could record some outcome code in the task attributes but again
* this gets complex quickly with voice tasks sharing task attributes across
Expand Down

0 comments on commit 4533bc0

Please sign in to comment.