Skip to content

Commit 5c30fd8

Browse files
committed
add replication choice to http outcall
1 parent 584a635 commit 5c30fd8

File tree

1 file changed

+1
-0
lines changed
  • motoko/daily_planner/backend

1 file changed

+1
-0
lines changed

motoko/daily_planner/backend/app.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ persistent actor DailyPlanner {
138138
function = transform;
139139
context = Blob.fromArray([]);
140140
};
141+
is_replicated = ?true;
141142
};
142143

143144
// Perform HTTPS outcall using roughly 100B cycles.

0 commit comments

Comments
 (0)