We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793a5b7 commit 438b6e9Copy full SHA for 438b6e9
packages/sync-rules/src/utils.ts
@@ -197,7 +197,7 @@ export function applyRowContext<MaybeToast extends undefined = never>(
197
value: SqliteRow<SqliteInputValue | MaybeToast>,
198
context: CompatibilityContext
199
): SqliteRow<SqliteValue | MaybeToast> {
200
- let replacedCustomValues: SqliteRow<SqliteValue | MaybeToast> = {};
+ let replacedCustomValues: SqliteRow<SqliteValue> = {};
201
let didReplaceValue = false;
202
203
for (let [key, rawValue] of Object.entries(value)) {
0 commit comments