Closed Mark-Marks closed 1 month ago
Fix the public facing type of query:archetypes() not taking in self, resulting in the type checker erroring when calling it.
query:archetypes()
Better type checking, no performance changes.
Edit purely types.
N/A
Brief Description of your Changes.
Fix the public facing type of
query:archetypes()
not taking in self, resulting in the type checker erroring when calling it.Impact of your Changes
Better type checking, no performance changes.
Tests Performed
Edit purely types.
Additional Comments
N/A