Skip to content

Commit 6c87a9a

Browse files
committed
revert accidental comment outside the payload package
1 parent a9f614f commit 6c87a9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/db-postgres/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,8 @@ export function postgresAdapter(args: Args): DatabaseAdapterObj<PostgresAdapter>
161161
countVersions,
162162
create,
163163
createGlobal,
164-
// @ts-expect-error - vestiges of when tsconfig was not strict. Feel free to improve
165164
createGlobalVersion,
166165
createJSONQuery,
167-
// @ts-expect-error - vestiges of when tsconfig was not strict. Feel free to improve
168166
createVersion,
169167
defaultIDType: payloadIDType,
170168
deleteMany,

0 commit comments

Comments
 (0)