Skip to content

Commit

Permalink
fix: Schema URL in snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Dec 25, 2023
1 parent 1fef750 commit 3830b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kitten-scientists/source/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class Engine {
*/
stateSerialize(): EngineState {
return {
$schema: "https://kitten-science.com/schemas/working-draft/settings-profile.schema.json",
$schema: "https://schema.kitten-science.com/working-draft/settings-profile.schema.json",
v: ksVersion(),
engine: this.settings,
bonfire: this.bonfireManager.settings,
Expand Down

0 comments on commit 3830b01

Please sign in to comment.