We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a805f commit f1fb27eCopy full SHA for f1fb27e
ingestion/src/main.ts
@@ -30,7 +30,7 @@ async function main() {
30
let tries = 5
31
while (tries--) {
32
try {
33
- const sessionID = uuid()
+ const sessionID = "Rocket.Chat" || uuid()
34
35
await Algorithms.execCommand(`git clone ${REPO_URI} ${sessionID}`)
36
{
0 commit comments