mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Use single quotes in server/ and update eslint rules
This commit is contained in:
parent
2c9c6e653e
commit
7e0f50d6e0
6 changed files with 25 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
import { ActivityType } from "@shared/models"
|
||||
import { ActivityType } from '@shared/models'
|
||||
|
||||
function getAPId (object: string | { id: string }) {
|
||||
if (typeof object === 'string') return object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue