idiot forgot the brakes

This commit is contained in:
bignutty 2024-08-21 03:08:14 +02:00
parent 02c604bed2
commit b24a30851e

View file

@ -185,6 +185,8 @@ function createSearchResultPage(context, result, doodle){
text: `Google Finance • ${context.application.name}`
}
})
break;
default:
res = createEmbed("error", context, "Unknown GoogleResult Type: " + result.type)
break;