Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 7e01872

Browse files
author
Ethan Glasser-Camp
committed
Bug 1282109: update kinto-offline-client.js, r=MattN
MozReview-Commit-ID: BiE4UvlLu6T
1 parent 3898d2e commit 7e01872

4 files changed

Lines changed: 1534 additions & 671 deletions

File tree

services/common/blocklist-clients.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function mergeChanges(localRecords, changes) {
6969

7070
function fetchCollectionMetadata(collection) {
7171
const client = new KintoHttpClient(collection.api.remote);
72-
return client.bucket(collection.bucket).collection(collection.name).getMetadata()
72+
return client.bucket(collection.bucket).collection(collection.name).getData()
7373
.then(result => {
7474
return result.signature;
7575
});

0 commit comments

Comments
 (0)