mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore: Remove unused @ts-ignore's (no-changelog) (#12198)
This commit is contained in:
@@ -40,7 +40,6 @@ export async function matrixApiRequest(
|
||||
const credentials = await this.getCredentials('matrixApi');
|
||||
|
||||
options.uri = `${credentials.homeserverUrl}/_matrix/${
|
||||
//@ts-ignore
|
||||
option.overridePrefix || 'client'
|
||||
}/r0${resource}`;
|
||||
options.headers!.Authorization = `Bearer ${credentials.accessToken}`;
|
||||
|
||||
Reference in New Issue
Block a user