Skip to content

Commit aba55a0

Browse files
committed
fix: only map IP if needed
1 parent a6aeb6a commit aba55a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/features/events/event-store.ts

-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ class EventStore implements IEventStore {
522522
featureName: row.feature_name,
523523
project: row.project,
524524
environment: row.environment,
525-
ip: row.ip,
526525
};
527526
}
528527

0 commit comments

Comments
 (0)