Skip to content

Commit 708c28c

Browse files
2 parents 67e447b + 4c94726 commit 708c28c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/messaging/handlers/grad-school-update-handler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ async function subscribeToGradSchoolAPIMessageTopic(nats) {
1111
for await (const msg of sub) {
1212
log.info(`Received message, on ${msg.subject} , Subscription Id :: [${msg.sid}], Reply to :: [${msg.reply}] ::`);
1313
await cacheService.loadAllGradSchools();
14+
await cacheService.loadAllSchoolsToMap();
1415
}
1516
}
1617

0 commit comments

Comments
 (0)