Merge branch 'master' into feat/federation

This commit is contained in:
Madeline
2023-09-22 15:39:15 +10:00
22 changed files with 323 additions and 205 deletions
+1
View File
@@ -72,6 +72,7 @@ function main() {
(x.endsWith("Schema") ||
x.endsWith("Response") ||
x.startsWith("API")) &&
!x.startsWith("AP") &&
!Excluded.includes(x)
);
});