Skip to content

Commit

Permalink
Update a TODO
Browse files Browse the repository at this point in the history
Part of #3.
  • Loading branch information
jkomoros committed Jun 24, 2023
1 parent b4fbb2c commit 78ddfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/garden.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class Garden {
if (isLocalLocation(location)) throw new Error('Not a remote location');
const mock = this.environment.getKnownBooleanKey('mock');
if (mock) {
//TODO support mocked remote seed packets
//TODO support mocked remote seed packets and test
throw new Error('mocked remote seed packets aren\'t supported yet');
}
const result = await fetch(location, {
Expand Down

0 comments on commit 78ddfca

Please sign in to comment.