1
0
Fork 0
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:
Florent 2022-08-06 15:20:43 +02:00 committed by Chocobozzz
parent 2c9c6e653e
commit 7e0f50d6e0
6 changed files with 25 additions and 17 deletions

View file

@ -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