mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 01:01:20 +10:00
Switch to pnpm (#162)
* fix: metadata provider log * feat: fully switch to pnpm * ci: prettier ignore pnpm lock * chore: dedupe lockfile * chore: update pnpm
This commit is contained in:
@ -306,7 +306,7 @@ export class MetadataHandler {
|
||||
result = await provider.fetchCompany({ query, createObject });
|
||||
if (result === undefined) {
|
||||
throw new Error(
|
||||
`${provider.source()} failed to find a company for "${query}`,
|
||||
`${provider.source()} failed to find a company for "${query}"`,
|
||||
);
|
||||
}
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user