aboutsummaryrefslogtreecommitdiff
path: root/client/js/models/snapshot_list.js
diff options
context:
space:
mode:
authorShyam Sunder2020-06-04 14:09:35 -0400
committerShyam Sunder2020-06-04 19:02:33 -0400
commit4329b1620fe38c2a7bf44615cfb176daa2837590 (patch)
tree555a8ee3b4597628dfc37827d5f5880283c30eb7 /client/js/models/snapshot_list.js
parent48c9001194afe0f0241fecf313705e54e03b5c23 (diff)
client/js: format code to ESLint
Diffstat (limited to 'client/js/models/snapshot_list.js')
-rw-r--r--client/js/models/snapshot_list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/models/snapshot_list.js b/client/js/models/snapshot_list.js
index 3263a6a..475b89a 100644
--- a/client/js/models/snapshot_list.js
+++ b/client/js/models/snapshot_list.js
@@ -8,7 +8,7 @@ const Snapshot = require('./snapshot.js');
class SnapshotList extends AbstractList {
static search(text, offset, limit) {
return api.get(uri.formatApiLink(
- 'snapshots', {query: text, offset: offset, limit: limit}))
+ 'snapshots', {query: text, offset: offset, limit: limit}))
.then(response => {
return Promise.resolve(Object.assign(
{},

© 2015 - 2026 Jakob L. Kreuze