Skip to content

Commit

Permalink
changing application version to Twingate-tg-group-profile-manager/semver
Browse files Browse the repository at this point in the history
  • Loading branch information
chenbishop committed Oct 18, 2023
1 parent b5d267a commit 761730d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SlackProfileManager.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import dotenvPkg from 'dotenv';
dotenvPkg.config();

//todo: centralise all accessSecretVersion
const applicationName = "tg-group-profile-manager"
const applicationName = "Twingate-tg-group-profile-manager/0.0.1"
let [tgAccount,tgApiKey] = [process.env.TG_ACCOUNT, process.env.TG_API_KEY]
if (process.env.DEPLOY_ENV !== "docker") {
tgAccount = await accessSecretVersion('tg-group-profile-manager-tg-account')
Expand Down
2 changes: 1 addition & 1 deletion TwingateApiClient.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class TwingateApiClient {
logger: console,
silenceApiErrorsWithResults: false,
defaultPageSize: 0,
applicationName: `TwingateApiClient/${TwingateApiClient.VERSION}`
applicationName: `Twingate-tg-group-profile-manager/${TwingateApiClient.VERSION}`
};

const {domain, endpoint, defaultRequestOptions, defaultRequestHeaders, onApiError, logger,
Expand Down

0 comments on commit 761730d

Please sign in to comment.