Skip to content

Commit

Permalink
Merge pull request #4248 from systeminit/fix(sdf)--Restore-the-correc…
Browse files Browse the repository at this point in the history
…t-name-of-the-module-contribution-event

fix(sdf): Restore the correct name of the module contribution event
  • Loading branch information
stack72 authored Jul 30, 2024
2 parents 935b6dd + 0c07955 commit 197a39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sdf-server/src/server/service/v2/module/contribute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub async fn contribute(
&posthog_client,
&ctx,
&original_uri,
"contribute",
"export_module",
serde_json::json!({
"name": name,
"version": version,
Expand Down

0 comments on commit 197a39e

Please sign in to comment.