remove migoto for now

This commit is contained in:
SpikeHD
2022-07-21 19:41:00 -07:00
parent 22a416ebd8
commit 19d939a074
3 changed files with 0 additions and 36 deletions

View File

@@ -50,7 +50,6 @@ export interface Configuration {
// Swag stuff
akebi_path?: string
migoto_path?: string
}
export async function setConfigOption<K extends keyof Configuration>(key: K, value: Configuration[K]): Promise<void> {