From 436468f1e5778678b46fe73b1953cceee9a0aa98 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 16 Aug 2023 02:53:41 -0700 Subject: [PATCH] Properly pass props --- app/helpers/granblue_wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/granblue_wiki.rb b/app/helpers/granblue_wiki.rb index 666d652..d5b10f4 100644 --- a/app/helpers/granblue_wiki.rb +++ b/app/helpers/granblue_wiki.rb @@ -110,7 +110,7 @@ class GranblueWiki action: 'parse', format: 'json', page: page, - prop: 'wikitext' + prop: @props } end end