Skip to content

Commit 6f38734

Browse files
committed
Driveby fix
1 parent db81523 commit 6f38734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_remote_settings_records.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ async function update() {
155155
}
156156

157157
async function getRSRecords() {
158-
console.log(`Get existing records from ${COLLECTION_ENDPOINT}`);
158+
console.log(`Get existing records from ${RECORDS_ENDPOINT}`);
159159
const response = await fetch(RECORDS_ENDPOINT, {
160160
method: "GET",
161161
headers: HEADERS,

0 commit comments

Comments
 (0)