Remove some debugging info, fix a misspelling.

This commit is contained in:
Ken Sternberg 2024-01-12 13:55:14 -08:00
parent 6bcc2f261f
commit d8551c46bb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ type Constructor<T = object> = abstract new (...args: any[]) => T;
export function WithLicenseSummary<T extends Constructor<LitElement>>(
superclass: T,
subscribe = true
subscribe = true,
) {
abstract class WithEnterpriseProvider extends superclass {
@consume({ context: authentikEnterpriseContext, subscribe })