Skip to content

Commit

Permalink
giveaway new form id
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhallock committed Aug 21, 2023
1 parent d7fbf92 commit cd2cc18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stream-projects/giveaway/components/giveaway/giveaway.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const FORM_RESPONSE_UPSERT_MUTATION = gql`
}
`;

const FORM_ID = "c10bbce0-1964-11ee-bf4c-a5444e22d20b";
const FORM_ID = "4cab0cf0-3f86-11ee-8f7e-a33c17304f08";
const ORG_ID = "3fced6c0-ef0f-11eb-87f7-ab208466080e"; // the-stanz-show

const isSubscribed$ = signal(false);
Expand Down
2 changes: 1 addition & 1 deletion stream-projects/giveaway/truffle.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
name: "@truffle/giveaway",
version: "0.5.37",
version: "0.5.38",
apiUrl: "https://mycelium.truffle.vip/graphql",
requestedPermissions: [],
installActionRel: {},
Expand Down

0 comments on commit cd2cc18

Please sign in to comment.