Skip to content

Commit 26a240e

Browse files
Include workspace name in project creation message (#599)
* Include workspace name in project creation message * Bump version up to 1.2.28 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3f76c88 commit 26a240e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hawk.api",
3-
"version": "1.2.27",
3+
"version": "1.2.28",
44
"main": "index.ts",
55
"license": "BUSL-1.1",
66
"scripts": {

src/resolvers/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ module.exports = {
171171
sparse: true,
172172
});
173173

174-
telegram.sendMessage(`🤯 Project ${name} was created`);
174+
telegram.sendMessage(`🤯 Project ${name} was created in ${workspace.name}`);
175175

176176
return project;
177177
},

0 commit comments

Comments
 (0)