Skip to content

Commit e9d62b9

Browse files
Fixed lint errors
1 parent 76d78c6 commit e9d62b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/entity.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ export const update = (http, type, params = {}) => {
157157
delete json.updated_at
158158
delete json.updated_by
159159

160-
161160
if (type) {
162161
updateData[type] = json
163162
if (type === 'entry') updateData[type] = cleanAssets(updateData[type])

0 commit comments

Comments
 (0)