Repair outdated reference to local dataspace

This commit is contained in:
Tony Garnock-Jones 2024-05-28 10:07:43 +02:00
parent c8741c9c36
commit c7bb1035a6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
/// SPDX-FileCopyrightText: Copyright © 2023-2024 Tony Garnock-Jones <tonyg@leastfixedpoint.com>
const __SYNDICATE__ = Syndicate;
const currentSyndicateTarget = Syndicate.Dataspace.global;
const currentSyndicateTarget = Syndicate.Dataspace.local;
(() => {
async function translateScripts() {