Update payload.js

Co-authored-by: Rich Harris <rich.harris@vercel.com>
pull/16762/head
Elliott Johnson 6 days ago committed by GitHub
parent 49241764bd
commit 298f02ddee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,7 +29,7 @@ export class Payload {
type;
/** @type {Payload | undefined} */
parent;
#parent;
/**
* Asynchronous work associated with this payload. `initial` is the promise from the function

Loading…
Cancel
Save