Merge branch 'main' into safelink
This commit is contained in:
@@ -5,8 +5,6 @@ import {DAY, SECOND} from '@atproto/common'
|
||||
import escapeHTML from 'escape-html'
|
||||
import {type Express} from 'express'
|
||||
|
||||
// IMPORTANT: Ensure this import path matches exactly (including casing and extension) everywhere it's used
|
||||
// Ensure this import path matches exactly everywhere in your project to avoid module duplication
|
||||
import {type AppContext} from '../context.js'
|
||||
import {redirectLogger} from '../logger.js'
|
||||
import {handler} from './util.js'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {Express} from 'express'
|
||||
import {type Express} from 'express'
|
||||
|
||||
import {AppContext} from '../context.js'
|
||||
import {type AppContext} from '../context.js'
|
||||
import {handler} from './util.js'
|
||||
|
||||
export default function (ctx: AppContext, app: Express) {
|
||||
|
||||
Reference in New Issue
Block a user