统一前后端代码格式化配置
This commit is contained in:
@@ -4,8 +4,6 @@ import type { TaskRow } from '../../types/repository/rows.js'
|
||||
|
||||
export type TaskDeliveryLink = FulfillmentDeliveryLink
|
||||
|
||||
export async function resolveTaskDeliveryLink(
|
||||
task: TaskRow,
|
||||
): Promise<TaskDeliveryLink | null> {
|
||||
export async function resolveTaskDeliveryLink(task: TaskRow): Promise<TaskDeliveryLink | null> {
|
||||
return resolveFulfillmentDeliveryLink(task)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user