-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(GGs): implement moving and renaming of files and directories #896
feat(GGs): implement moving and renaming of files and directories #896
Conversation
const c = logFields as DefaultLogFields | ||
return ( | ||
!!logFields && | ||
typeof logFields === "object" && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit & non-blocking: we should use c
in line 43 & 44 instead of logFields
since it was already casted to c
in line 41
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do separately in a hotfix PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
2f88ef3
to
93abaf0
Compare
Problem
Closes IS-402.
Solution
Breaking Changes
Features:
renameSinglePath
ormoveFiles
.Tests
Deploy Notes
None