Skip to content

Commit

Permalink
Update library/sources/xml/addXmlToContext.ts
Browse files Browse the repository at this point in the history
Co-authored-by: BitterPanda <[email protected]>
  • Loading branch information
timokoessler and bitterpanda63 authored Dec 23, 2024
1 parent 770bba0 commit b8f3bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/sources/xml/addXmlToContext.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Context, updateContext } from "../../agent/Context";

/**
* Adds the XML to the context XML array.
* Adds the XML to the context XML array if it exists, or creates a new array if it doesn't.
*/
export function addXmlToContext(xml: any, context: Context) {
if (Array.isArray(context.xml)) {
Expand Down

0 comments on commit b8f3bdf

Please sign in to comment.