This commit is contained in:
Eudes Inácio
2023-02-06 19:06:48 +01:00
parent a263faadb8
commit 95c0cd6249
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ import { oaprProd } from './suport/oapr'
import { doneITProd } from './suport/doneIt'
export const environment: Environment = oaprProd;
export const environment: Environment = doneITProd;
+1 -1
View File
@@ -3,4 +3,4 @@ import { oaprDev } from './suport/oapr'
import { doneITDev } from './suport/doneIt'
export const environment: Environment = oaprDev;
export const environment: Environment = doneITDev;
+7 -7
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "43634e86e",
"SHA": "43634e86ec71adf413b3537301d8f1ca1f5dc496",
"shortSHA": "a263faadb",
"SHA": "a263faadb85a02d4431c33e96585119d549faf74",
"branch": "no_bug_movemente",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Mon Feb 6 18:48:50 2023 +0100'",
"lastCommitMessage": "fix date",
"lastCommitNumber": "4745",
"lastCommitTime": "'Mon Feb 6 18:50:07 2023 +0100'",
"lastCommitMessage": "Fixe",
"lastCommitNumber": "4747",
"change": "",
"changeStatus": "On branch no_bug_movemente\nAll conflicts fixed but you are still merging.\n (use \"git commit\" to conclude merge)\n\nChanges to be committed:\n\tmodified: src/environments/environment.prod.ts\n\tmodified: src/environments/environment.ts\n\tmodified: version/git-version.ts",
"changeAuthor": "peter.maquiran"
"changeStatus": "On branch no_bug_movemente\nYour branch is behind 'origin/no_bug_movemente' by 1 commit, and can be fast-forwarded.\n (use \"git pull\" to update your local branch)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/environments/environment.prod.ts\n\tmodified: src/environments/environment.ts",
"changeAuthor": "eudes.inacio"
}