Skip to content

Commit 61176a5

Browse files
committed
Fix syntax error
1 parent ec78874 commit 61176a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PowerSync/Kotlin/KotlinAdapter.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ enum KotlinAdapter {
4141
viewNameOverride: table.viewNameOverride,
4242
trackMetadata: table.trackMetadata,
4343
trackPreviousValues: trackPreviousKotlin,
44-
ignoreEmptyUpdates: table.ignoreEmptyUpdates,
44+
ignoreEmptyUpdates: table.ignoreEmptyUpdates
4545
)
4646
}
4747
}

0 commit comments

Comments
 (0)