(installationId: string)
| 30 | } |
| 31 | |
| 32 | function writeInstallationIdToFile(installationId: string) { |
| 33 | fs.writeFileSync(installationIdFile, installationId, 'utf-8'); |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * Retrieves the installation ID from a file, creating it if it doesn't exist. |