parent
96225afb44
commit
863830cf3f
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@ impl Transaction {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Output INDEXS
|
// Output INDEXS
|
||||||
let ixs = self.all_fd(ns, db, &tb.name).await?;
|
let ixs = self.all_ix(ns, db, &tb.name).await?;
|
||||||
if !ixs.is_empty() {
|
if !ixs.is_empty() {
|
||||||
for ix in &ixs {
|
for ix in &ixs {
|
||||||
chn.send(bytes!(format!("{};", ix))).await?;
|
chn.send(bytes!(format!("{};", ix))).await?;
|
||||||
|
|
Loading…
Reference in a new issue