Fix deletions
This commit is contained in:
parent
385989eca4
commit
29eaeacc4c
|
@ -44,6 +44,10 @@ export async function processOutputBBReferences(
|
||||||
value: string,
|
value: string,
|
||||||
subtype: FieldSubtype
|
subtype: FieldSubtype
|
||||||
) {
|
) {
|
||||||
|
if (typeof value !== "string") {
|
||||||
|
return value
|
||||||
|
}
|
||||||
|
|
||||||
const result = []
|
const result = []
|
||||||
|
|
||||||
switch (subtype) {
|
switch (subtype) {
|
||||||
|
|
Loading…
Reference in New Issue