Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed Aug 19, 2024
1 parent d37e7c0 commit 6e6531e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/sync/process-initialization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function generate_listing(url: string) {
const listing: ListingsObject = {
_id: url_object.host,
conductor_url: url,
name: url_object.host, // default name
name: url_object.host, // default name from hostname
description: '',
};

Expand Down

0 comments on commit 6e6531e

Please sign in to comment.