Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 3d34b30

Browse files
committed
infra: interpolate DECKDECKGO_USER_ID
1 parent f83185d commit 3d34b30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/handler/src/DeckGo/Presenter.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ withPresentationFiles uname deck slides act = do
103103
T.replace "{{DECKDECKGO_TITLE}}" (unDeckname dname) .
104104
T.replace "{{DECKDECKGO_AUTHOR}}" (unUsername uname) .
105105
T.replace "{{DECKDECKGO_USERNAME}}" (unUsername uname) .
106+
T.replace "{{DECKDECKGO_USER_ID}}" (unFirebaseId . unUserId $ deckOwnerId deck) .
106107
T.replace "{{DECKDECKGO_DECKNAME}}" (sanitizeDeckname dname) .
107108
-- TODO: description
108109
T.replace "{{DECKDECKGO_DESCRIPTION}}" "(no description given)" .

0 commit comments

Comments
 (0)