Use meId from prod

This commit is contained in:
ekzyis 2024-10-16 03:16:40 +02:00
parent 506cb7f6f1
commit a346a849db
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ import (
var (
c = sn.GetClient()
// TODO: fetch our id from SN API
meId = 21858
// prod: 25176 | local: 21858
meId = 25176
)
func main() {