Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Feb 11, 2022
1 parent 615f2e2 commit 93870fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { UptimeServerSetup } from '../adapters/framework';
export async function getServiceLocations(server: UptimeServerSetup) {
const locations: ServiceLocations = [];

if (!server.config.service!.manifestUrl!) {
if (!server.config.service?.manifestUrl) {
return { locations };
}

Expand Down

0 comments on commit 93870fb

Please sign in to comment.