Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Oct 18, 2024
1 parent 907ec7e commit 069e775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/feishu/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const argv = yargs(hideBin(process.argv))

(async () => {
const resolvedArgv = await argv;
console.log("--> resolvedArgv!!!:", process.env.TEMPLATE_ID);
if (!resolvedArgv.all && !resolvedArgv.ids) {
console.warn("--> error! use args: --ids=1,2,3 or --all true");
return;
Expand Down
2 changes: 1 addition & 1 deletion src/feishu/sfc_company.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { FeiShuProject, type createWorkItemPayload } from "./feishu";
import type { SFCTableRowItem } from "../supabase/types";
import dayjs from "dayjs";
import _ from "lodash";

console.log("--1> resolvedArgv!!!:", process.env.TEMPLATE_ID);
const supabaseUrl = "https://ermcuynsclygxikpdhgh.supabase.co";
const supabaseKey = process.env.SUPABASE_KEY || "";
const supabase = createClient(supabaseUrl, supabaseKey);
Expand Down

0 comments on commit 069e775

Please sign in to comment.