Skip to content

Commit

Permalink
respect lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 authored Apr 21, 2024
1 parent 56addcc commit edf51c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/serialization/sb3.js
Original file line number Diff line number Diff line change
Expand Up @@ -796,9 +796,9 @@ const serialize = function (runtime, targetId, {allowOptimization = true} = {})

// TW: Attach platform information (should be changed for forks of TurboWarp)
const platform = Object.create(null);
platform.name = "TurboWarp";
platform.url = "https://turbowarp.org/";
platform.version = "stable"; // Can be changed on staging?
platform.name = 'TurboWarp';
platform.url = 'https://turbowarp.org/';
platform.version = 'stable'; // Can be changed on staging?
meta.platform = platform;

// Assemble payload and return
Expand Down

0 comments on commit edf51c1

Please sign in to comment.