Skip to content

Commit

Permalink
Changing workspace sId
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric committed Mar 25, 2024
1 parent d4d8bd9 commit c08986c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { AgentStatus } from "@dust-tt/types";

import {
populateWorkspaceProperties,
trackAssistantCreated,
trackDataSourceCreated,
} from "@app/lib/amplitude/back";
Expand All @@ -10,13 +9,12 @@ import { getDataSource } from "@app/lib/api/data_sources";
import { Authenticator } from "@app/lib/auth";
import {
AgentConfiguration,
Conversation,
DataSource,
Membership,
Workspace,
} from "@app/lib/models";

const workspaceIDS = ["c2d481e559"];
const workspaceIDS = ["991163d96e"];

async function populateAssistantCreated(workspace: Workspace) {
const assistants = await AgentConfiguration.findAll({
Expand Down

0 comments on commit c08986c

Please sign in to comment.