mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
docs: Stop assuming the user's gender in code comments (no-changelog) (#6015)
This commit is contained in:
committed by
GitHub
parent
9817a15da4
commit
c87262a312
@@ -764,7 +764,7 @@ export class Clockify implements INodeType {
|
||||
body.start = moment.tz(body.start, timezone).utc().format();
|
||||
} else {
|
||||
// even if you do not want to update the start time, it always has to be set
|
||||
// to make it more simple to the user, if he did not set a start time look for the current start time
|
||||
// to make it more simple to the user, if they did not set a start time look for the current start time
|
||||
// and set it
|
||||
const {
|
||||
timeInterval: { start },
|
||||
|
||||
Reference in New Issue
Block a user