summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--backend/node/src/clipperz.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/node/src/clipperz.js b/backend/node/src/clipperz.js
index c51b0bc..5b4df0a 100644
--- a/backend/node/src/clipperz.js
+++ b/backend/node/src/clipperz.js
@@ -40,3 +40,3 @@ function clipperz_store(PG) {
) };
- rv.prototype.length = function(cb) { PQ.Q(
+ rv.prototype.clear = function(cb) { PQ.Q(
"DELETE FROM clipperz.thesession", cb