mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #104] [MERGED] [core] Replace Deprecated serve Function
#105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/104
Author: @ricoberger
Created: 12/17/2023
Status: ✅ Merged
Merged: 12/17/2023
Merged by: @ricoberger
Base:
main← Head:core-replace-deprecated-serve-function📝 Commits (1)
1ea38e3[core] Replace DeprecatedserveFunction📊 Changes
11 files changed (+10 additions, -22 deletions)
View changed files
📝
supabase/functions/add-source-v1/index.ts(+1 -2)📝
supabase/functions/delete-user-v1/index.ts(+1 -2)📝
supabase/functions/generate-magic-link-v1/index.ts(+1 -2)📝
supabase/functions/image-proxy-v1/index.ts(+1 -3)📝
supabase/functions/import_map.json(+0 -1)📝
supabase/functions/profile-v1/index.ts(+1 -2)📝
supabase/functions/profile-v2/index.ts(+1 -2)📝
supabase/functions/revenuecat-webhooks-v1/index.ts(+1 -2)📝
supabase/functions/stripe-create-billing-portal-link-v1/index.ts(+1 -2)📝
supabase/functions/stripe-create-checkout-session-v1/index.ts(+1 -2)📝
supabase/functions/stripe-webhooks-v1/index.ts(+1 -2)📄 Description
The used
servefunction from thestd/servermodule is deprecated and must be replaced withDeno.serve. This was done within this commit.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.