Skip to content

Commit

Permalink
Added ticket link for tracking the writable quality
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMeehan committed Nov 21, 2024
1 parent 0b18de3 commit 409ed16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/foundry/client/game.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ type MaybeInitialized<

/**
* @privateRemarks In v12 many of these properties were mistakenly stripped of their readonly quality;
* This is preserved in the types despite them being technically writable
* This is preserved in the types despite them being technically writable.
* See https://github.com/foundryvtt/foundryvtt/issues/11813
*/
declare class InternalGame<RunEvents extends InitializationEvent> {
/**
Expand Down

0 comments on commit 409ed16

Please sign in to comment.