You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Send flattened dot notation body to preUpdate, then merge the returned body
if(options.preUpdate){try{// TODO: Send flattened dot notation body to preUpdate, then merge the returned body// with the original body, maintaining the dot notation. This way we don't have to write// two preUpdate branches downstream, one looking at the dot notation style and// one looking at normal object style.body=awaitoptions.preUpdate(body,req);}catch(e: any){if(isAPIError(e)){
The text was updated successfully, but these errors were encountered:
with the original body, maintaining the dot notation. This way we don't have to write
two preUpdate branches downstream, one looking at the dot notation style and
one looking at normal object style.
ferns-api/src/api.ts
Line 683 in 1a451d8
The text was updated successfully, but these errors were encountered: