Closed
Bug 1691058
Opened 5 years ago
Closed 5 years ago
Fix missing API call in Remote Settings docs
Categories
(Firefox :: Remote Settings Client, defect)
Firefox
Remote Settings Client
Tracking
()
RESOLVED
FIXED
87 Branch
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: tgiles, Assigned: tgiles)
Details
Attachments
(1 file)
In the unit-test section of the Remote Settings docs there is a snippet for adding a fake timestamp: await db.saveLastModified(42). This API call no longer exists after Bug 1639284 landed and has been replaced with importChanges().
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → tgiles
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/d9d1b97db8fd
Fix missing API call in Remote Settings docs. r=leplatrem
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•