mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: BIG-148 items entries ordered by index.
This commit is contained in:
@@ -852,7 +852,7 @@ function keyIdentity(key) {
|
||||
return key;
|
||||
}
|
||||
|
||||
export function flatten(target, opts) {
|
||||
export function flatten(opts, target) {
|
||||
opts = opts || {};
|
||||
|
||||
const delimiter = opts.delimiter || '.';
|
||||
|
||||
Reference in New Issue
Block a user