···1import 'dotenv/config';
2import { Client, CredentialManager, ok } from '@atcute/client';
3import * as TID from '@atcute/tid';
0004const CLOCK_ID = 23;
56const logErrorAndThrow = (err) => {
···1import 'dotenv/config';
2import { Client, CredentialManager, ok } from '@atcute/client';
3import * as TID from '@atcute/tid';
4+5+//You want to make sure this is always the same for the applications you are generating upsert tids for
6+//If you use the same timestamp but a different clock id, you will get different tids
7const CLOCK_ID = 23;
89const logErrorAndThrow = (err) => {