DEV: Update code for eslint object-shorthand-rule (#44)

See 4f7aba06c0
This commit is contained in:
Martin Brennan 2021-11-10 11:00:25 +10:00 committed by GitHub
parent 6713e8c541
commit 8abc3ed1fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ export function showUserNotes(store, userId, callback, opts) {
controller.reset();
controller.setProperties({
userId: userId,
callback: callback,
userId,
callback,
postId: opts.postId,
});