mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 16:26:25 +00:00
remove async
This commit is contained in:
parent
22f5f61ee0
commit
82f6942ff1
@ -34,7 +34,7 @@ export let config: Config
|
|||||||
|
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
config = await init()
|
config = init()
|
||||||
|
|
||||||
// For dev
|
// For dev
|
||||||
// return await handlers['check']([], { ...flags, all: true })
|
// return await handlers['check']([], { ...flags, all: true })
|
||||||
|
Loading…
Reference in New Issue
Block a user