aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/sync/index.ts
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-31 18:54:00 +0900
committernsfisis <nsfisis@gmail.com>2025-12-31 18:54:00 +0900
commit59ffc491bdea829630a23f9c1228ca9449944237 (patch)
tree47c720c969381ae9a9501faf984ed8b84c3d4d29 /src/client/sync/index.ts
parent539e8f25b12d719084c8a986fcf65cf7848314b3 (diff)
downloadkioku-59ffc491bdea829630a23f9c1228ca9449944237.tar.gz
kioku-59ffc491bdea829630a23f9c1228ca9449944237.tar.zst
kioku-59ffc491bdea829630a23f9c1228ca9449944237.zip
refactor(sync): simplify ConflictResolutionResult to use string arrays
Remove ConflictResolutionItem type since resolution field was always "server_wins" and provided no useful information. Resolution arrays now contain entity IDs directly instead of objects. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'src/client/sync/index.ts')
-rw-r--r--src/client/sync/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/sync/index.ts b/src/client/sync/index.ts
index 81d5f14..9e86f2a 100644
--- a/src/client/sync/index.ts
+++ b/src/client/sync/index.ts
@@ -1,5 +1,4 @@
export {
- type ConflictResolutionItem,
type ConflictResolutionResult,
ConflictResolver,
conflictResolver,