Skip to content

Commit b3e9f97

Browse files
committed
fix(deepword) server: edit: data -> Edit
1 parent 04f208b commit b3e9f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ async function readEdit() {
3333
if (error.code !== 'ENOENT')
3434
throw Error(`edward --config ${homePath}: ${error.message}`);
3535

36-
return data;
36+
return Edit;
3737
}
3838

0 commit comments

Comments
 (0)