We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9ca6a commit 063f1caCopy full SHA for 063f1ca
crates/common/src/integrations/registry.rs
@@ -328,7 +328,7 @@ impl IntegrationRegistry {
328
for (integration_id, asset) in &self.inner.assets {
329
let entry = map
330
.entry(*integration_id)
331
- .or_insert_with(|| IntegrationMetadata::new(*integration_id));
+ .or_insert_with(|| IntegrationMetadata::new(integration_id));
332
entry.assets.push(asset.clone());
333
}
334
0 commit comments