Skip to content

Commit 25ef770

Browse files
committed
fix(place/attendee_scanner): use new driver version
1 parent 70a8f92 commit 25ef770

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

drivers/place/attendee_scanner.cr

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ class Place::AttendeeScanner < PlaceOS::Driver
1414

1515
getter internal_domains : Array(String) = [] of String
1616

17-
def on_load
18-
on_update
19-
end
20-
2117
def on_update
2218
# TODO:: use authority email_domains so this setting isn't required
2319
@internal_domains = setting(Array(String), :internal_domains).map!(&.strip.downcase)

shard.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ shards:
7171

7272
debug:
7373
git: https://github.com/sija/debug.cr.git
74-
version: 2.0.3
74+
version: 2.0.4
7575

7676
defined:
7777
git: https://github.com/wyhaines/defined.cr.git
@@ -259,15 +259,15 @@ shards:
259259

260260
placeos-driver:
261261
git: https://github.com/placeos/driver.git
262-
version: 7.2.18
262+
version: 7.3.0
263263

264264
placeos-log-backend:
265265
git: https://github.com/place-labs/log-backend.git
266266
version: 0.11.0
267267

268268
placeos-models:
269269
git: https://github.com/placeos/models.git
270-
version: 9.60.0
270+
version: 9.60.1
271271

272272
pool:
273273
git: https://github.com/ysbaddaden/pool.git

0 commit comments

Comments
 (0)