this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add _ because we won't use the error

+1 -1
+1 -1
client/src/lumina_client.gleam
··· 369 369 ) 370 370 #(model_, effect.none()) 371 371 } 372 - Error(err) -> { 372 + Error(_err) -> { 373 373 console.error( 374 374 "Message could not be parsed:" 375 375 // <> premixed.text_error_red(string.inspect(err)),