appease prettier

This commit is contained in:
Samuel Newman
2025-06-09 19:25:56 +03:00
committed by Eric Bailey
parent cfc6ea86e3
commit f6cc7a74d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import {AtpAgent} from '@atproto/api'
import {Config} from './config.js'
import {getFontFiles,readFonts} from './util/fonts.js'
import {getFontFiles, readFonts} from './util/fonts.js'
export type AppContextOptions = {
cfg: Config
+1 -1
View File
@@ -1,6 +1,6 @@
import assert from 'node:assert'
import {AppBskyActorDefs,AppBskyGraphDefs, AtUri} from '@atproto/api'
import {AppBskyActorDefs, AppBskyGraphDefs, AtUri} from '@atproto/api'
import resvg from '@resvg/resvg-js'
import {Express} from 'express'
import satori from 'satori'