Skip to content

Commit 5aa74bf

Browse files
cdxkerskeptrunedev
authored andcommitted
feature: changed freetier to 2 datasets
1 parent cbe4bff commit 5aa74bf

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

clients/trieve-shopify-extension/app/routes/app.setup.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,5 @@ export const loader = async (args: LoaderFunctionArgs) => {
230230
).catch(console.error);
231231

232232
trieve.datasetId = datasetId;
233-
console.log("redirecting to app!");
234233
return redirect("/app");
235234
};

server/src/data/models.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3910,7 +3910,7 @@ impl Default for StripePlan {
39103910
chunk_count: 1000,
39113911
file_storage: 1024 * 1024,
39123912
user_count: 5,
3913-
dataset_count: 300,
3913+
dataset_count: 2,
39143914
message_count: 1000,
39153915
amount: 0,
39163916
created_at: chrono::Utc::now().naive_local(),

0 commit comments

Comments
 (0)