mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Change YargsCliExtractor structure to avoid Components.js issues
This commit is contained in:
@@ -15,7 +15,7 @@ export class FixedInteractionHandler extends InteractionHandler {
|
||||
/**
|
||||
* @param response - @range {json}
|
||||
*/
|
||||
public constructor(response: unknown) {
|
||||
public constructor(response: Record<string, unknown>) {
|
||||
super();
|
||||
this.response = JSON.stringify(response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user