Skip to content

Commit

Permalink
Fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 27, 2024
1 parent 08f58c5 commit f2b5f2f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/next-api/src/instrumentation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ impl InstrumentationEndpoint {
Value::new(ServerContextType::Instrumentation {
app_dir: this.app_dir,
ecmascript_client_reference_transition_name: this
.ecmascript_client_reference_transition_name,
.ecmascript_client_reference_transition_name
.map(|v| *v),
}),
this.project.next_mode(),
)
Expand Down Expand Up @@ -165,7 +166,8 @@ impl InstrumentationEndpoint {
Value::new(ServerContextType::Instrumentation {
app_dir: this.app_dir,
ecmascript_client_reference_transition_name: this
.ecmascript_client_reference_transition_name,
.ecmascript_client_reference_transition_name
.map(|v| *v),
}),
this.project.next_mode(),
)
Expand Down

0 comments on commit f2b5f2f

Please sign in to comment.