ilionic
ilionic
Benchmarking PR has been merged
Closing in favour of "Upgrade to polkadot-v0.9.31" PR
@Szegoo yes that's correct - Base ( to be renamed to Catalog ) should have metadata ( as well as parts )
Hi, did you install modules in tests folder? yarn install Which nodejs version do you have?
Did you install dependencies? `yarn install`
I think it makes sense. @HashWarlock wdyt?
@dvakatsiienko `env-config` not related to styles setup so you could ignore it. ( just defining some app config globals)
@jon64digital try: ``` import { MailDataRequired } from '@sendgrid/helpers/classes/mail'; const msg: MailDataRequired = {...} ``` Also, fwiw: ``` import * as MailService from '@sendgrid/mail'; MailService.setApiKey('...'); ... const response = await...