Skip to content

Commit

Permalink
Merge branch 'fix/directory-api-server-details' of github.com:FAIMS/F…
Browse files Browse the repository at this point in the history
…AIMS3 into fix/directory-api-server-details

Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed Aug 19, 2024
2 parents c4ade0b + feddbfb commit 46c9f4a
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 @@ -75,7 +75,7 @@ export async function update_directory() {
* @param url - URL of the Conductor instance
* @returns A Listings object
*/
async function generate_listing(url: string) {
async function generate_listing(url: string): Promise<ListingsObject> {
const url_object = new URL(url);
const listing: ListingsObject = {
_id: url_object.host,
Expand Down

0 comments on commit 46c9f4a

Please sign in to comment.