Skip to content

Commit

Permalink
fix copy/paste bug
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomura committed Feb 21, 2025
1 parent d2469fa commit f51751d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ function instanceType(
}

if (site && !isEmptySiteInfo(site)) {
eventProps.attributes.instanceType = instanceType;
eventProps.attributes.instanceType = site.isCloud ? 'cloud' : 'server';
eventProps.attributes.hostProduct = site.product.name;
}

Expand Down

0 comments on commit f51751d

Please sign in to comment.