*DEFAULT_ENCODING no longer needed
This commit is contained in:
parent
b43ec0b236
commit
23e1644be9
|
@ -11,8 +11,6 @@ import { Message, State, Type } from "./messages.js";
|
||||||
import sodium from "sodium-universal";
|
import sodium from "sodium-universal";
|
||||||
import debug from "debug";
|
import debug from "debug";
|
||||||
|
|
||||||
const DEFAULT_ENCODING = "json";
|
|
||||||
|
|
||||||
type Bootstrap = {
|
type Bootstrap = {
|
||||||
[key: string]: State;
|
[key: string]: State;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue