remove err check, FatalIfErrorf will do that.

This commit is contained in:
onyx-and-iris 2025-04-24 12:56:43 +01:00
parent 107d1bca38
commit 7692de752b

View File

@ -54,9 +54,7 @@ func main() {
)
client, err := connectObs(cli.ObsConfig)
if err != nil {
ctx.FatalIfErrorf(err)
}
ctx.FatalIfErrorf(err)
ctx.Bind(&context{
Client: client,