Skip to content

Commit

Permalink
Update experience IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Sep 28, 2024
1 parent 688bf65 commit 8afcae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lune/test-cloud.luau
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ local output, success = run("python3", {
"tests/run-tests.luau",
}, {
env = {
ROBLOX_UNIVERSE_ID = "6548431902",
ROBLOX_PLACE_ID = "114070117184786",
ROBLOX_UNIVERSE_ID = "6599100156",
ROBLOX_PLACE_ID = "123506190725771",
ROBLOX_API_KEY = apiKey,
},
})
Expand Down

0 comments on commit 8afcae4

Please sign in to comment.