migrate the threadgate and postgate records to the pds client

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-08-03 23:11:47 +03:00
parent a6682ebf1d
commit 0c8cdba703
10 changed files with 214 additions and 180 deletions
+2 -14
View File
@@ -1400,16 +1400,13 @@
},
"src/state/queries/postgate/index.ts": {
"typescript/no-explicit-any": {
"count": 2
"count": 1
},
"typescript/no-floating-promises": {
"count": 1
},
"typescript/no-unsafe-call": {
"count": 2
},
"typescript/no-unsafe-member-access": {
"count": 3
"count": 1
},
"typescript/require-await": {
"count": 2
@@ -1426,18 +1423,9 @@
}
},
"src/state/queries/threadgate/index.ts": {
"typescript/no-explicit-any": {
"count": 1
},
"typescript/no-floating-promises": {
"count": 3
},
"typescript/no-unsafe-call": {
"count": 2
},
"typescript/no-unsafe-member-access": {
"count": 2
},
"typescript/require-await": {
"count": 3
}