fix(web): AASA bundleId ev.mana.cards → ev.mana.cardecky
Some checks are pending
CI / validate (push) Waiting to run
Some checks are pending
CI / validate (push) Waiting to run
App-ID im Apple-Developer-Portal heißt ev.mana.cardecky (analog zur Brand cardecky.mana.how). AASA-appID nachgezogen. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e68d53bfbb
commit
21ec535173
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ import type { RequestHandler } from './$types';
|
||||||
*/
|
*/
|
||||||
export const GET: RequestHandler = async () => {
|
export const GET: RequestHandler = async () => {
|
||||||
const teamId = env.PUBLIC_APPLE_TEAM_ID ?? 'XXXXXXXXXX';
|
const teamId = env.PUBLIC_APPLE_TEAM_ID ?? 'XXXXXXXXXX';
|
||||||
const bundleId = 'ev.mana.cards';
|
const bundleId = 'ev.mana.cardecky';
|
||||||
|
|
||||||
const payload = {
|
const payload = {
|
||||||
applinks: {
|
applinks: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue