Skip to content

Commit 47e7488

Browse files
committed
actually keep part of timeline
1 parent 730e070 commit 47e7488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds/eval.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ function checkWiki(wiki) {
158158
delete body.logs;
159159
delete body.tags;
160160
delete body.namespaces;
161-
delete body.timeline;
162161
delete body.wiki_rc;
162+
body.timeline?.splice?.(5);
163163
result.debug = body;
164164
} ).catch( error => {
165165
result.debug = {error};

0 commit comments

Comments
 (0)