Skip to content
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

[refactor] FIXME '(group)' #65

Closed
todo bot opened this issue Sep 22, 2021 · 0 comments
Closed

[refactor] FIXME '(group)' #65

todo bot opened this issue Sep 22, 2021 · 0 comments

Comments

@todo
Copy link

todo bot commented Sep 22, 2021

// TODO: FIXME '(group)'
function mergeFields (originFields: IRawField[], transedFields: Field[]): BIField[] {
return originFields.map(oF => {
let nF = transedFields.find(tF => tF.name === oF.fid + '(group)')
return {
name: nF ? nF.name : oF.fid,


This issue was generated by todo based on a TODO comment in 1ba6d57 when #63 was merged. cc @Kanaries.
@todo todo bot added the todo 🗒️ label Sep 22, 2021
@ObservedObserver ObservedObserver changed the title FIXME '(group)' [refactor] FIXME '(group)' Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant