Skip to content

Commit

Permalink
Merge pull request #618 from subquery/fix/test-condition
Browse files Browse the repository at this point in the history
chore: remove test condition
  • Loading branch information
HuberTRoy authored Dec 13, 2023
2 parents 370280e + 4eb712e commit 94e6281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/studio/Create/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const Create: React.FC = () => {
version: project.version,
versionDescription: project.versionDescription,
};
return;
await updateMetadata(payload);
} else {
// Form can give us a File type that doesn't match the schema
Expand Down

0 comments on commit 94e6281

Please sign in to comment.