fix missing import

This commit is contained in:
Bruno Windels 2021-05-20 11:43:09 +02:00
parent 39bed4b0fc
commit 814e92ad92

View file

@ -16,7 +16,7 @@ limitations under the License.
import {SortedArray} from "../../../observable/list/SortedArray.js";
import {ConnectionError} from "../../error.js";
import {PendingEvent} from "./PendingEvent.js";
import {PendingEvent, SendStatus} from "./PendingEvent.js";
import {makeTxnId, isTxnId} from "../../common.js";
import {REDACTION_TYPE} from "../common.js";