fix
Deploy service couchdb / service couchdb (push) Successful in 6s
Deploy db-migrations / db-migrations (push) Failing after 31s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 40s

This commit is contained in:
2024-12-03 17:38:22 +02:00
parent 4210436ca2
commit ae63d634a7
4 changed files with 4 additions and 4 deletions
@@ -49,7 +49,7 @@ const headers = {
Authorization: "Basic " + btoa(`${urlObject.username}:${urlObject.password}`),
};
const getUrl = (dbUrlPath) => {
return `${dbObject.protocol}//${urlObject.host}${urlObject.pathname}${dbUrlPath}${urlObject.search}${urlObject.hash}`;
return `${urlObject.protocol}//${urlObject.host}${urlObject.pathname}${dbUrlPath}${urlObject.search}${urlObject.hash}`;
};
export const up = async () => {