Skip to content

Commit

Permalink
Merge pull request #7 from flowbased/dont_send_project_id
Browse files Browse the repository at this point in the history
Don't send project ID as library identifier
  • Loading branch information
bergie committed Feb 26, 2019
2 parents c27dde4 + afbc6c5 commit 9fe062a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.js
Expand Up @@ -189,7 +189,7 @@ class FbpClient extends EventEmitter {
id: graph,
name: graphInstance.name,
main,
library: properties.library || properties.project || this.definition.namespace,
library: properties.library || this.definition.namespace,
icon: properties.icon || '',
description: properties.description || '',
})
Expand Down

0 comments on commit 9fe062a

Please sign in to comment.