Skip to content

Commit

Permalink
Update stores.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
hdavid16 authored Jul 9, 2023
1 parent e02cda2 commit c3ba26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/stores.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
struct StorePutKey{T} <: ResourceKey
priority :: Number
struct StorePutKey{T, N<:Number} <: ResourceKey
priority :: N
id :: UInt
item :: T
StorePutKey{T}(priority, id, item) where T = new(priority, id, item)
Expand Down

0 comments on commit c3ba26d

Please sign in to comment.