···11import 'dotenv/config';
22import { Client, CredentialManager, ok } from '@atcute/client';
33import * as TID from '@atcute/tid';
44+55+//You want to make sure this is always the same for the applications you are generating upsert tids for
66+//If you use the same timestamp but a different clock id, you will get different tids
47const CLOCK_ID = 23;
5869const logErrorAndThrow = (err) => {