Skip to content

Commit a8634b4

Browse files
committed
lint fix 2
1 parent 717442d commit a8634b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Services/EventService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ private static function add_timestamp_and_ttl( $event ) {
109109
case 'onboarding_complete':
110110
// Add timestamp and ttl to onboarding_complete event
111111
$event['data']['timestamp'] = $current_time;
112-
112+
113113
// Calculate ttl from stored start time
114114
$start_time = get_option( Options::get_option_name( 'start_time' ) );
115115
if ( $start_time ) {

0 commit comments

Comments
 (0)