lint: fix lint errors
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable camelcase */
|
||||
import {
|
||||
createDirectus, rest, authentication, withToken, createItem,
|
||||
readUser, createContentVersion, readContentVersions, saveToContentVersion,
|
||||
@@ -141,7 +140,6 @@ export async function listVersions({
|
||||
|
||||
return versions
|
||||
} catch (error) {
|
||||
|
||||
if (error) {
|
||||
countdownRef.current.startCountdown()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user