Skip to content

Commit

Permalink
missing / to urlBaseDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Nov 13, 2024
1 parent 8e96c01 commit 15a53be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase-functions/functions/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const functions = require("firebase-functions");
const https = require("https");
const axios = require("axios");

const urlBaseDefault = "https://api.forms.cioos.ca"
const urlBaseDefault = "https://api.forms.cioos.ca/"

function getRecordFilename(record) {
return `${record.title[record.language].slice(
Expand Down

0 comments on commit 15a53be

Please sign in to comment.