*DEFAULT_ENCODING no longer needed

This commit is contained in:
Derrick Hammer 2022-11-19 19:50:53 -05:00
parent b43ec0b236
commit 23e1644be9
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ import { Message, State, Type } from "./messages.js";
import sodium from "sodium-universal";
import debug from "debug";
const DEFAULT_ENCODING = "json";
type Bootstrap = {
[key: string]: State;
};