chore(acc): lint
This commit is contained in:
@@ -224,7 +224,7 @@ const { onResult: onProjectAccSyncItemsUpdated } = useSubscription(
|
||||
)
|
||||
|
||||
const disabledItemPredicate = (item: ProjectPageLatestItemsModelItemFragment) => {
|
||||
return accSyncItems.value.find((i) => i.modelId === item.id)
|
||||
return !!accSyncItems.value.find((i) => i.modelId === item.id)
|
||||
}
|
||||
|
||||
onProjectAccSyncItemsUpdated((res) => {
|
||||
|
||||
@@ -35,6 +35,7 @@ export const getAutodeskAccessToken = async (): Promise<string> => {
|
||||
Accept: 'application/json'
|
||||
},
|
||||
body: new URLSearchParams({
|
||||
/* eslint-disable-next-line */
|
||||
grant_type: 'client_credentials',
|
||||
scope: 'data:read account:read viewables:read'
|
||||
}).toString()
|
||||
|
||||
Reference in New Issue
Block a user