Skip to content

Commit

Permalink
Add user name to object log
Browse files Browse the repository at this point in the history
  • Loading branch information
idkiller committed Mar 29, 2021
1 parent d524af7 commit ed12f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default class Ideas {
type: memo.linkedObjectType,
obj
});
console.log(`object is created : ${memo.linkedObjectType} - ${memo.permission} - ${memo.contents}`);
console.log(`object is created : ${memo.linkedObjectType} - ${memo.permission} - [${memo.contents}] - ${user.user.name}`);
}
}
});
Expand Down

0 comments on commit ed12f29

Please sign in to comment.