Fixing error prettier redesign CI

This commit is contained in:
mathysPaul
2023-09-19 17:36:19 +02:00
parent 073ff033f3
commit 1abfbf391f
22 changed files with 986 additions and 778 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export default class API {
public static readonly baseUrl =
process.env.NODE_ENV != 'development' && Platform.OS === 'web'
? '/api'
: "https://nightly.chroma.octohub.app/api";
: 'https://nightly.chroma.octohub.app/api';
public static async fetch(
params: FetchParams,
handle: Pick<Required<HandleParams>, 'raw'>