Skip to content

Commit

Permalink
import fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Aug 19, 2024
1 parent f145dc5 commit 59b17b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/mac/AppleDev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import Batch from "../../core/Batch.js";
import { FileSystem } from "../../utils/FileSystem.js";
import { Security } from "./Security.jsx";
import Run from "../../core/Run.js";
import { htmlDecode } from "htmlencode";
import he from "htmlencode";
const { htmlDecode } = he;


function getVal(xml, name) {
Expand Down

0 comments on commit 59b17b2

Please sign in to comment.