v3: fixed linter error, code format
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 41s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 41s
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
import {
|
||||
APIErrorCode,
|
||||
APIException,
|
||||
type User,
|
||||
} from "../model/interfaces.ts";
|
||||
import { APIErrorCode, APIException, type User } from "../model/interfaces.ts";
|
||||
import { db, isUserRow, userRowToApi } from "../model/db.ts";
|
||||
import { notifyCommentOwnerLike } from "./notification-service.ts";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user