Skip to content

Commit 5a55b40

Browse files
authored
Merge pull request #110 from subsquid/discord-remove
Remove Discord from error message
2 parents c96bdcd + 556474e commit 5a55b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/deploy-command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ You can not run deploys on the same squid in parallel`;
203203
if (reason === 'UNEXPECTED') {
204204
errors.push(
205205
`------`,
206-
'Please report to Discord https://discord.gg/KRvRcBdhEE or SquidDevs https://t.me/HydraDevs',
206+
'Please report to SquidDevs https://t.me/HydraDevs',
207207
`${chalk.dim('Deploy:')} ${this.deploy?.id}`,
208208
);
209209

0 commit comments

Comments
 (0)