some lint
This commit is contained in:
@ -8,6 +8,11 @@ export interface UpdateLabelsData {
|
||||
userId: string
|
||||
}
|
||||
|
||||
export interface UpdateHighlightData {
|
||||
libraryItemId: string
|
||||
userId: string
|
||||
}
|
||||
|
||||
export const updateLabels = async (data: UpdateLabelsData) => {
|
||||
return authTrx(
|
||||
async (tx) =>
|
||||
@ -29,11 +34,6 @@ export const updateLabels = async (data: UpdateLabelsData) => {
|
||||
)
|
||||
}
|
||||
|
||||
export interface UpdateHighlightData {
|
||||
libraryItemId: string
|
||||
userId: string
|
||||
}
|
||||
|
||||
export const updateHighlight = async (data: UpdateHighlightData) => {
|
||||
return authTrx(
|
||||
async (tx) =>
|
||||
|
||||
Reference in New Issue
Block a user