Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Apr 2, 2024
1 parent a56e98f commit e4772aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

namespace craft\shopify\migrations;

use Craft;
use craft\db\Migration;
use craft\db\Query;
use craft\shopify\records\ProductData;

/**
* m240402_105857_add_metafields_property_to_variants migration.
Expand Down
2 changes: 1 addition & 1 deletion src/services/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function getMetafieldsByIdAndOwnerResource(int $id, string $ownerResource
'metafield' => [
'owner_id' => $id,
'owner_resource' => $ownerResource,
]
],
]);

return $metafields;
Expand Down

0 comments on commit e4772aa

Please sign in to comment.