From 8ff5a5a1e9963e1622a04c92f9bacf938a9e9d32 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 15 Mar 2023 03:04:11 -0700 Subject: [PATCH] Add granblue_id to WeaponKeyBlueprint --- app/blueprints/api/v1/weapon_key_blueprint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/blueprints/api/v1/weapon_key_blueprint.rb b/app/blueprints/api/v1/weapon_key_blueprint.rb index e83d8ea..0604f3e 100644 --- a/app/blueprints/api/v1/weapon_key_blueprint.rb +++ b/app/blueprints/api/v1/weapon_key_blueprint.rb @@ -10,7 +10,7 @@ module Api } end - fields :slug, :series, :slot, :group, :order + fields :granblue_id, :slug, :series, :slot, :group, :order end end end