Skip to content

Commit

Permalink
err: 类型“AwardModel”上不存在属性“baseURI
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed May 23, 2024
1 parent 2ff7afc commit 68d3da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Activity/Award.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface AwardAssignment
award: Award;
}

export class AwardModel extends Stream<Award>(StrapiListModel) {
export class AwardModel extends StrapiListModel<Award> {
client = strapiClient;
currentAssignment?: AwardAssignmentModel;

Expand Down

0 comments on commit 68d3da6

Please sign in to comment.