mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #65] [MERGED] [core] Run "deno fmt" #69
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/65
Author: @ricoberger
Created: 11/4/2023
Status: ✅ Merged
Merged: 11/4/2023
Merged by: @ricoberger
Base:
main← Head:core-run-deno-fmt📝 Commits (1)
468fecf[core] Run "deno fmt"📊 Changes
41 files changed (+1884 additions, -1662 deletions)
View changed files
📝
supabase/functions/_cmd/cmd.ts(+29 -26)📝
supabase/functions/_cmd/scheduler/scheduler.ts(+50 -41)📝
supabase/functions/_cmd/tools/tools.ts(+13 -13)📝
supabase/functions/_cmd/worker/worker.ts(+35 -30)📝
supabase/functions/_shared/feed/feed.ts(+34 -32)📝
supabase/functions/_shared/feed/github.ts(+246 -236)📝
supabase/functions/_shared/feed/googlenews.ts(+61 -51)📝
supabase/functions/_shared/feed/mastodon.ts(+89 -77)📝
supabase/functions/_shared/feed/medium.ts(+77 -65)📝
supabase/functions/_shared/feed/nitter.ts(+74 -63)📝
supabase/functions/_shared/feed/podcast.ts(+61 -50)📝
supabase/functions/_shared/feed/reddit.ts(+56 -48)📝
supabase/functions/_shared/feed/rss.ts(+96 -81)📝
supabase/functions/_shared/feed/stackoverflow.ts(+41 -35)📝
supabase/functions/_shared/feed/tumblr.ts(+51 -44)📝
supabase/functions/_shared/feed/utils/getFavicon.ts(+44 -37)📝
supabase/functions/_shared/feed/utils/uploadFile.ts(+18 -16)📝
supabase/functions/_shared/feed/x.ts(+51 -42)📝
supabase/functions/_shared/feed/youtube.ts(+90 -76)📝
supabase/functions/_shared/models/profile.ts(+2 -2)...and 21 more files
📄 Description
Format the Deno code via "deno fmt" to use the defined code style from the "deno.json" file.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.