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 dd90d01 commit a949ae3Copy full SHA for a949ae3
src/main/java/scorekeep/UserFactory.java
@@ -47,6 +47,7 @@ public String randomName() throws IOException {
47
Map<String, String> jsonMap = mapper.readValue(inputStream, Map.class);
48
String name = jsonMap.get("name");
49
EntityUtils.consume(entity);
50
+ Sns.sendNotification("Scorekeep user created", "Name: " + name);
51
return name;
52
} finally {
53
response.close();
0 commit comments