From ab4d5d35d2c790e0d4866cf89da7361407a5ea61 Mon Sep 17 00:00:00 2001 From: Devin Ivy Date: Tue, 23 Jan 2024 14:06:16 -0500 Subject: [PATCH] tidy and build --- .github/workflows/build-and-push-bsky-aws.yaml | 2 +- packages/bsky/src/context.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push-bsky-aws.yaml b/.github/workflows/build-and-push-bsky-aws.yaml index d56d56d0030..f534e015ea5 100644 --- a/.github/workflows/build-and-push-bsky-aws.yaml +++ b/.github/workflows/build-and-push-bsky-aws.yaml @@ -3,7 +3,7 @@ on: push: branches: - main - - appview-v1-sync-mutes + - appview-v1-courier env: REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }} USERNAME: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_USERNAME }} diff --git a/packages/bsky/src/context.ts b/packages/bsky/src/context.ts index bb45087904e..2eeb83fea4b 100644 --- a/packages/bsky/src/context.ts +++ b/packages/bsky/src/context.ts @@ -10,7 +10,6 @@ import { Services } from './services' import DidRedisCache from './did-cache' import { BackgroundQueue } from './background' import { MountedAlgos } from './feed-gen/types' -import { NotificationServer } from './notifications' import { Redis } from './redis' import { AuthVerifier } from './auth-verifier' import { BsyncClient } from './bsync'