Skip to content

Commit

Permalink
fix: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Aug 2, 2024
1 parent cc0b30b commit 8928903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/js/src/admin/AdminApplication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type Extension = {
extra: {
'flarum-extension': {
title: string;
'database-support': undefined | string[];
'database-support'?: string[];
};
};
require?: Record<string, string>;
Expand Down

0 comments on commit 8928903

Please sign in to comment.