Skip to content

Commit

Permalink
ZETA-7642: Fix morph json
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieGreenman committed Jan 13, 2024
1 parent 9b45954 commit b01ea7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rz/json/json-morph.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { EditJson, EditJsonInput } from './interfaces/json-morph.interface';
import { addJsonKeyValue, editJson } from './edit-json/edit-json';
import { editJson } from './edit-json/edit-json';
import { addJsonKeyValue } from './add-json/add-json';

export function morphJson(editJsonInput: EditJsonInput): string {
let json = editJsonInput.fileToBeAddedTo;
Expand Down

0 comments on commit b01ea7c

Please sign in to comment.