aboutsummaryrefslogtreecommitdiffstats
path: root/lib/caldav/request/calendar_query.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/caldav/request/calendar_query.js')
-rw-r--r--lib/caldav/request/calendar_query.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/caldav/request/calendar_query.js b/lib/caldav/request/calendar_query.js
index 8e5155f..0d48788 100644
--- a/lib/caldav/request/calendar_query.js
+++ b/lib/caldav/request/calendar_query.js
@@ -50,8 +50,7 @@
content += this.filter.toString();
}
- var out = this.template.render(content);
- return out;
+ return this.template.render(content);
}
};