1
0

chore: lint and update package name

This commit is contained in:
Mar0xy
2023-09-24 17:36:13 +02:00
parent 410e6515d3
commit db6dc1b52e
12 changed files with 1636 additions and 1683 deletions
@@ -6,8 +6,8 @@ import type { MiMeta } from '@/models/Meta.js';
export async function getInstance(
response: Entity.Instance,
contact: Entity.Account,
config: Config,
meta: MiMeta,
config: Config,
meta: MiMeta,
) {
return {
uri: config.url,
@@ -16,7 +16,7 @@ export async function getInstance(
meta.description?.substring(0, 50) || 'See real server website',
description:
meta.description ||
"This is a vanilla Sharkey Instance. It doesn't seem to have a description.",
'This is a vanilla Sharkey Instance. It doesn\'t seem to have a description.',
email: response.email || '',
version: `3.0.0 (compatible; Sharkey ${config.version})`,
urls: response.urls,
@@ -60,4 +60,4 @@ export async function getInstance(
contact_account: contact,
rules: [],
};
}
}