Skip to content

Commit

Permalink
Isuue #IQ-515 fix: updating questionset identifier for demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnishdargan committed Sep 1, 2023
1 parent ca0fbed commit 8d7e8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/quml-demo-app/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { DataService } from './services/data.service';
styleUrls: ['./app.component.css']
})
export class AppComponent implements OnInit {
contentId = 'do_21385722788845158418';
contentId = 'do_2138622515299368961170';
playerConfig: any;

constructor(private dataService: DataService) { }
Expand Down

0 comments on commit 8d7e8be

Please sign in to comment.